about summary refs log tree commit diff
path: root/package.json
diff options
context:
space:
mode:
authorYamagishi Kazutoshi <ykzts@desire.sh>2019-01-04 19:28:38 +0900
committerEugen Rochko <eugen@zeonfederated.com>2019-01-04 11:28:38 +0100
commitd5bdfaf0bb91d89bd29a6507dd7c9a7a6adfd7ca (patch)
tree3d9bc0d38d6313bed2728923bce9a5ab3477e7bf /package.json
parentc39c112ced73d7942d31f8d49fdde70eed18aece (diff)
Increase files checked by ESLint (#9705)
Diffstat (limited to 'package.json')
-rw-r--r--package.json4
1 files changed, 2 insertions, 2 deletions
diff --git a/package.json b/package.json
index a7f2fd157..15d9f085a 100644
--- a/package.json
+++ b/package.json
@@ -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": {