eslint-config-duivvv
v1.10.0
Published
personal eslint config
Downloads
3
Readme
eslint-config-duivvv
personal eslint config
Installation
Install this package, and save it as a devDependency:
yarn add eslint-config-duivvv --dev
or via npm if you're old school
npm i -D eslint-config-duivvv
Then have your project's .eslintrc
file extend the ruleset.
{
"extends": "duivvv"
}
If you're using React in your project:
{
"extends": "duivvv/react"
}
License
The MIT License (MIT). Please see License File for more information.