ESLint shareable config of Dustin Specker's preferences
npm install --save-dev eslint-config-dustinspecker
Dependes on eslint-plugin-no-use-extend-native and eslint-plugin-unicorn
In your .eslintrc file:
{
"extends": "dustinspecker"
}
Dependes on eslint-plugin-no-use-extend-native and eslint-plugin-unicorn
{
"extends": "dustinspecker/esnext"
}
Depends on eslint-plugin-ava
{
"extends": "dustinspecker/ava"
}
All options from ava.js, index.js, and esnext.js may be overridden in your .eslintrc file.
MIT © Dustin Specker