@confuser/eslint-config
v2.0.0
Published
This is an extension of standard for my own personal coding style
Downloads
9
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-standardThen create a .eslintrc in the project root.
{
"extends": "@confuser/eslint-config"
}