eslint-config-takeshape
v1.0.0
Published
ESLint shareable config for TakeShape.
Downloads
3
Readme
eslint-config-takeshape
ESLint shareable config for the TakeShape code style. This script builds on the XO shareable config with small changes and additions.
Install
$ npm install --save-dev eslint eslint-config-takeshape
Usage
Add the appropriate ESLint config to your package.json
:
{
"scripts": {
"lint": "eslint"
},
"devDependencies": {
"eslint": "^2.9.0",
"eslint-config-takeshape": "^1.0.0"
},
"eslintConfig": {
"extends": "takeshape"
}
}
Lint with
$ npm run lint