Increase files checked by ESLint (#9705)

This commit is contained in:
Yamagishi Kazutoshi 2019-01-04 19:28:38 +09:00 committed by Eugen Rochko
parent c39c112ced
commit d5bdfaf0bb
7 changed files with 218 additions and 214 deletions

View file

@ -10,8 +10,8 @@
"build:production": "cross-env RAILS_ENV=production NODE_ENV=production ./bin/webpack",
"manage:translations": "node ./config/webpack/translationRunner.js",
"start": "node ./streaming/index.js",
"test": "npm run test:lint && npm run test:jest",
"test:lint": "eslint -c .eslintrc.yml --ext=js app/javascript/ config/webpack/ streaming/",
"test": "${npm_execpath} run test:lint && ${npm_execpath} run test:jest",
"test:lint": "eslint --ext=js .",
"test:jest": "cross-env NODE_ENV=test jest --coverage"
},
"repository": {