1.0.0 • Published 6 years ago
@genster/eslint-config
Licence
MIT
Version
1.0.0
Deps
5
Size
1 kB
Vulns
0
Weekly
0
Genster's linter configuration
This is just a basic eslint configuration - it won't work with a JavaScript framework like Vue right out of the box.
Installation
npm install --save-dev @genster/eslint-config
Configuration
In your .eslintrs.js file (or other eslint configuration):
{
extends: ["@genster/eslint-config"],
}
Important: add these rules as the last one in extends array to override previous rules.