1.10.0 • Published 7 years ago

eslint-config-duivvv v1.10.0

Weekly downloads
1
License
MIT
Repository
github
Last release
7 years ago

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.