eslint-config-hilaryous
v2.0.0
Published
ESLint configuration based off of Airbnb's config paired with the flowtype plugin
Downloads
3
Readme
ESLint config
Based off of the Airbnb config paired with the flowtype plugin.
Install with peerDependencies
:
yarn add eslint eslint-config-hilaryous -DE
In your package.json
file extend this configuration.
"eslintConfig": {
"extends": "hilaryous"
}