eslint-config-purrweb-react
v1.0.8
Published
Purrweb React ESLint config
Downloads
16
Readme
eslint-config-purrweb-react
ESlint javascript rules for Purrweb corporate use.
Installation
$ yarn add eslint-config-purrweb-react -D
.eslintrc.js
Create .eslintrc.js
in your root dir.
Add
module.exports = {
extends: ['eslint-config-purrweb-react'],
};
to your .eslintrc.js
Further steps
- TODO
Enjoy!