0.0.9 • Published 8 years ago

eslint-config-mzgol v0.0.9

Weekly downloads
10
License
MIT
Repository
github
Last release
8 years ago

eslint-config-mzgol

travis 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-mzgol 

Then add the extends to your .eslintrc:

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

LICENSE

MIT (see the LICENSE file).

0.0.9

8 years ago

0.0.8

9 years ago

0.0.7

9 years ago

0.0.6

9 years ago

0.0.5

9 years ago

0.0.4

9 years ago

0.0.3

9 years ago

0.0.2

9 years ago

0.0.1

9 years ago