@confuser/eslint-config
v2.0.0
Published
This is an extension of standard for my own personal coding style
Downloads
31
Readme
JavaScript Coding Standard
This is an extension of standard for my own personal coding style
Usage
In your project folder:
npm install --save-dev @confuser/eslint-config
npm install --save-dev eslint-plugin-standard
Then create a .eslintrc
in the project root.
{
"extends": "@confuser/eslint-config"
}