@brandung/eslint-config-brandung

1.12.0 • Public • Published

eslint-config-brandung

This eslint config heavily relies on eslint-config-airbnb.

Usage

Install using npm or yarn:

yarn add -D @brandung/eslint-config-brandung

or

npm i -D @brandung/eslint-config-brandung

Add the following to a file called .eslintconfig.json

{
  "extends": ["@brandung/eslint-config-brandung"]
}

Changing rules

Add changes to the existing behavior to your .eslintconfig.json like so:

{
  "extends": ["@brandung/eslint-config-brandung"],
  "rules": {
    "semi": ["error", "always"]
  }
}

Readme

Keywords

Package Sidebar

Install

npm i @brandung/eslint-config-brandung

Weekly Downloads

52

Version

1.12.0

License

ISC

Unpacked Size

4.13 kB

Total Files

5

Last publish

Collaborators

  • thomasrosen-brandung
  • steiner
  • johannes.rackles