@pragmatic-divops/eslint-config-react
v1.0.98
Published
Shareable config for ESLint for React components
Downloads
302
Readme
eslint-config-react
Shareable config for ESLint for React components, which extends @form8ion/eslint-config-react
Table of Contents
Usage
Installation
$ npm install @pragmatic-divops/eslint-config-react --save-dev
Example
module.exports = {
extends: [
'@pragmatic-divops',
'@pragmatic-divops/react'
]
};
Contributing
Dependencies
$ nvm install
$ npm install
Verification
$ npm test