7.0.0 • Published 8 years ago

eslint-config-vgno v7.0.0

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

VG.no ESLint Config

Version npmBuild Status

ESLint configuration for VG.no coding standard

How to use it

First, install the npm package:

npm install --save-dev eslint-config-vgno

Then add the extends option to your .eslintrc:

{
    "extends": "vgno"
}

Alternatively, you can specify this in your package.json:

{
    "name": "...",
    "other": "options",

    "eslintConfig": {
        "extends": "vgno"
    }
}

You can override specific settings by specifying them as normal. See http://eslint.org/docs/developer-guide/shareable-configs for more details.

7.0.0

8 years ago

6.0.0

8 years ago

5.0.0

9 years ago

4.0.1

9 years ago

4.0.0

9 years ago

3.0.0

9 years ago

2.0.0

9 years ago

1.0.2

9 years ago

1.0.1

9 years ago

1.0.0

9 years ago