ESLint config for @andersos
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.
Update CHANGELOG
$ npm version <patch | minor | major>
$ npm publish