@bowencool/eslint-config-react
v1.1.5
Published
eslint config for react
Downloads
7
Readme
eslint config for react
yarn add @bowencool/eslint-config-react -D
in .eslintrc.js
module.exports = {
extends: ['@bowencool', '@bowencool/ts', '@bowencool/react'],
rules: {
// your rules
},
};