Skip to content
This repository has been archived by the owner on Nov 23, 2020. It is now read-only.

vgno/eslint-config-vgno

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

ESLint configuration for VG.no coding standard

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages