eslint-config-dustinspecker
v5.0.0
Published
ESLint shareable config of Dustin Specker's preferences
Downloads
297
Readme
eslint-config-dustinspecker
ESLint shareable config of Dustin Specker's preferences
Install
npm install --save-dev eslint-config-dustinspecker
ES5 Usage
Dependes on eslint-plugin-no-use-extend-native and eslint-plugin-unicorn
In your .eslintrc file:
{
"extends": "dustinspecker"
}
ES2015 (ES6) Usage
Dependes on eslint-plugin-no-use-extend-native and eslint-plugin-unicorn
{
"extends": "dustinspecker/esnext"
}
AVA usage
Depends on eslint-plugin-ava
{
"extends": "dustinspecker/ava"
}
React usage
Dependes on eslint-plugin-react
{
"extends": "dustinspecker/react"
}
All options from ava.js, index.js, esnext.js, and react.js may be overridden in your .eslintrc file.
LICENSE
MIT © Dustin Specker