1.0.0 • Published 3 years ago

@radekrepka/eslint-config-react v1.0.0

Weekly downloads
-
License
MIT
Repository
-
Last release
3 years ago

My ESLint config for React

Intstallation

Add package as dev dependency

npm install --save-dev @radekrepka/eslint-config-react

or

yarn add @radekrepka/eslint-config-react -D

and then set up .eslintrc.json

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

or .eslintrc.js

module.exports = {
    "extends": ["@radekrepka/eslint-config-react"]
}

to extend this package.