eslint-config-raven
v1.0.3
Published
Very strict ESLint config to make code consistent and more beautiful, that I use myself.
Downloads
27
Readme
eslint-config-raven
Very strict ESLint config to make code consistent and more beautiful, that I use myself.
Installation
npm install --dev eslint eslint-config-raven
.eslintrc:
{
"extends": "raven"
}