mgol / eslint-config-mgol

ESLint configuration for my projects

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

eslint-config-mgol

GitHub build version downloads MIT License

ESLint rules for my personal projects as well as some at Laboratorium EE.

Usage

Install the rules by running:

npm install --save-dev eslint eslint-config-mgol

Then add the extends to your .eslintrc.json:

{
    "extends": "mgol",
    "rules": {
        // your overrides
    }
}

LICENSE

MIT (see the LICENSE file).

About

ESLint configuration for my projects

License:MIT License


Languages

Language:JavaScript 100.0%