@lexa79/eslint-config
v1.0.3
Published
Personal configuration of ESLint v6
Readme
@lexa79/eslint-config
This package is feeded with my preferred settings for linting javascript code with ESLint.
To use it, I include the following within .eslintrc.js
{
"extends": "@lexa79"
}