@polymath_labs/eslint-config-react
v1.1.1
Published
Polymath Labs ESLint configuration for React projects
Downloads
1,380
Readme
Polymath Labs React ESLint
This library represents the standard ESLint configuration for any React project. If you
are developing React using Typescript, then make sure you combine the configuration with
@polymath_labs/eslint-config-typescript
.
Installation
Install the library using:
npm install -D @polymath_labs/eslint-config-react
Then do the same thing and make sure you have the peer dependencies installed (look at packages.json for a current list).
Finally, configure eslint on your local by creating a file similar to:
module.exports = {
extends: [
"@polymath_labs/eslint-config-react"
],
};