2016-07-22 16:54:58 -04:00
|
|
|
{
|
|
|
|
"private": true,
|
|
|
|
"scripts": {
|
2016-10-27 15:35:07 -04:00
|
|
|
"eslint": "eslint --ext .js,.js.es6 .",
|
2016-11-09 09:26:03 -05:00
|
|
|
"eslint-fix": "npm run eslint -- --fix",
|
|
|
|
"eslint-report": "npm run eslint -- --format html --output-file ./eslint-report.html"
|
2016-07-22 16:54:58 -04:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
|
|
|
"eslint": "^3.1.1",
|
|
|
|
"eslint-config-airbnb": "^12.0.0",
|
2016-11-02 06:36:44 -04:00
|
|
|
"eslint-plugin-filenames": "^1.1.0",
|
2016-11-21 18:05:43 -05:00
|
|
|
"eslint-plugin-import": "^1.16.0",
|
2016-10-31 10:56:55 -04:00
|
|
|
"eslint-plugin-jasmine": "^1.8.1",
|
2016-07-22 16:54:58 -04:00
|
|
|
"eslint-plugin-jsx-a11y": "^2.2.3",
|
2016-11-17 18:53:30 -05:00
|
|
|
"eslint-plugin-react": "^6.4.1",
|
|
|
|
"istanbul": "^0.4.5"
|
2016-07-22 16:54:58 -04:00
|
|
|
}
|
|
|
|
}
|