@figuredev/eslint-config-react-web
v1.0.5
Published
Eslint configuration for our React Web applications.
Downloads
262
Keywords
Readme
Eslint configuration (React Web)
Eslint configuration for our React Web applications.
Usage
First install the package and its peer dependencies
npm install -D -E @figuredev/eslint-config-react-webNext add it under eslintConfig key to your package.json or add it to your existing eslint config.
// package.json
{
// ...
"eslintConfig": {
"extends": "@figuredev/eslint-config-react-web"
}
}Development
To release your changes, increase version in package.json, and run:
npm run release