@moser-inc/eslint-config-react
v2.1.0
Published
This is the set of rules to for usage in React based projects.
Downloads
258
Readme
Moser ESLint Config React
This is the set of rules to for usage in React based projects.
Installation
npm i -D eslint prettier @moser-inc/eslint-config-react
Usage
Add the config to the extends
option in your ESLint config.
module.exports = {
extends: ['@moser-inc/eslint-config-react']
}