1.0.8 • Published 5 years ago

eslint-config-purrweb-react v1.0.8

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

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!