Détail du package

eslint-config-vaffel

vaffel28MIT5.0.0

VaffelNinja ESLint configuration

eslint, eslintconfig, coding-standard

readme

VaffelNinja ESLint Config

Version npmBuild Status

How to use it

First, install the npm package:

npm install --save-dev eslint-config-vaffel

Then add the extends option to your .eslintrc:

{
    "extends": "vaffel"
}

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