包详细信息

eslint-config-mgol

mgol137MIT0.0.50

ESLint config for projects written by mgol

eslint, eslintconfig, config

自述文件

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).