2.7.0 • Published 5 years ago

eslint-config-brainly-react v2.7.0

Weekly downloads
101
License
MIT
Repository
github
Last release
5 years ago

eslint-config-brainly-react

npm

Brainly's shareable ESLint config for front-end projects using React. It extends our base config.

If you're setting up a non-react ES6 project use eslint-config-brainly.

For legacy ES5 code use eslint-config-brainly-legacy.

Installation and usage

Install the eslint-config-brainly-react package with yarn/npm and make sure that the peer dependencies are installed. In most cases (unless you need to have full control over the eslint / eslit plugins versions) you can just rely on this command:

npx install-peerdeps --dev eslint-config-brainly-react

and extend the "brainly-react" setup in your .eslintrc:

{
  "extends": "brainly-react"
}

More tools config

Looking for more of our tools configs? Check out this readme.

License

MIT

2.7.0

5 years ago

2.6.0

5 years ago

2.5.0

5 years ago

2.4.0

5 years ago

2.3.1

5 years ago

2.3.0

5 years ago

2.2.1

5 years ago

2.2.0

5 years ago

2.1.1

6 years ago

2.1.0

6 years ago

2.0.0

6 years ago

1.0.2

6 years ago

1.0.1

6 years ago

1.0.0

6 years ago

0.1.1

6 years ago

0.1.0

6 years ago