about summary refs log tree commit diff
path: root/package.json
diff options
context:
space:
mode:
authorBSKY <git@bsky.moe>2019-12-23 15:27:55 +0900
committerEugen Rochko <eugen@zeonfederated.com>2019-12-23 07:27:55 +0100
commitcf4dc3ffb335c5856f606c75e54112c988bfbd95 (patch)
tree9bf3750f1be70cf7340b0c66f508f6413850a68d /package.json
parentdb530966f78b7f2dd83ed96b337d2ac3569fe2af (diff)
Use eslint cache (#12668)
Diffstat (limited to 'package.json')
-rw-r--r--package.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/package.json b/package.json
index 4f1cec636..98d4c37bb 100644
--- a/package.json
+++ b/package.json
@@ -12,7 +12,7 @@
     "start": "node ./streaming/index.js",
     "test": "${npm_execpath} run test:lint:js && ${npm_execpath} run test:jest",
     "test:lint": "${npm_execpath} run test:lint:js && ${npm_execpath} run test:lint:sass",
-    "test:lint:js": "eslint --ext=js .",
+    "test:lint:js": "eslint --ext=js . --cache",
     "test:lint:sass": "sass-lint -v",
     "test:jest": "cross-env NODE_ENV=test jest --coverage"
   },