eslint-config-patterning
v1.0.0
Published
A set of eslint rules for hogg.io projects.
Downloads
3
Readme
eslint-config-react
A set of ESLint rules for hogg.io projects.
Usage:
yarn add babel-eslint eslint eslint-config-patterning eslint-plugin-react
Extend the config in your .eslintrc
file.
{
"extends": "eslint-config-patterning",
// Your overrides...
}