eslint-config-fberthelot
v0.0.2
Published
FBerthelot personal eslint configuration
Readme
eslint-conf
My personal eslint configurations
installation
npm i --save-dev eslint eslint-config-fberthelotAnd then set your .eslintrc with this :
{
"extends": "fberthelot"
}