eslint-config-andersos

0.2.0 • Public • Published

eslint-config-andersos Build 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>
$ git push --tags origin master
$ npm publish

Package Sidebar

Install

npm i eslint-config-andersos

Weekly Downloads

1

Version

0.2.0

License

MIT

Last publish

Collaborators

  • andersos