1.0.0 • Published 6 years ago
@genster/eslint-config v1.0.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-configConfiguration
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.