@bespoke-inc/eslint-config-react
v2.0.0
Published
react lint config for bespoke
Downloads
78
Readme
eslint-config-react
eslint config for bespoke react projects
Prerequisites
install eslint, eslint-plugin-import, eslint-plugin-react, eslint-plugin-jsx-a11y
yarn add --dev eslint eslint-plugin-import eslint-plugin-react eslint-plugin-jsx-a11y
How To
install package
yarn add --dev @bespoke-inc/eslint-config-react
extend the eslint config in your package.json
or wherever your eslint config lives
{
...
"eslintConfig": {
"extends": ["@bespoke-inc/eslint-config-react"]
},
...
}