1.0.0 • Published 4 years ago

@genster/eslint-config v1.0.0

Weekly downloads
8
License
MIT
Repository
-
Last release
4 years ago

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.