0.0.9 • Published 10 years ago

eslint-config-mzgol v0.0.9

Weekly downloads
10
License
MIT
Repository
github
Last release
10 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

10 years ago

0.0.8

10 years ago

0.0.7

10 years ago

0.0.6

10 years ago

0.0.5

10 years ago

0.0.4

10 years ago

0.0.3

10 years ago

0.0.2

10 years ago

0.0.1

10 years ago