eslint-config-vgno

7.0.0 • Public • Published

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.

Versions

Current Tags

VersionDownloads (Last 7 Days)Tag
7.0.01latest

Version History

VersionDownloads (Last 7 Days)Published
7.0.01
6.0.01
5.0.01
4.0.11
4.0.01
3.0.01
2.0.01
1.0.21
1.0.11
1.0.01

Package Sidebar

Install

npm i eslint-config-vgno

Weekly Downloads

10

Version

7.0.0

License

MIT

Last publish

Collaborators

  • jgorset
  • olekenneth
  • vg-admin
  • mdrobny
  • sgulseth
  • rexxars
  • voldern