Andersos / eslint-config-andersos

ESLint config for @andersos

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

eslint-config-andersos Build Status Dependency Status devDependency Status

ESLint config for @andersos

How to use it

First, install the npm package:

npm install --save-dev eslint-config-andersos

Then add the extends option to your .eslintrc:

{
    "extends": "andersos"
}

For React.js rules you can add

{
    "extends": [
      "andersos",
      "andersos/react"
    ]
}

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

Publishing

Update CHANGELOG
$ npm version <patch | minor | major>
$ npm publish

About

ESLint config for @andersos

License:MIT License


Languages

Language:JavaScript 100.0%