Refine eslint configuration
[poolifier.git] / package.json
index 0d95853c30d00c2b50edebe3b8c9bb519d9b789c..10212b7f5bb098a11ff9d2c29eb762c6314c06ed 100644 (file)
@@ -16,8 +16,8 @@
     "coverage": "nyc report --reporter=lcov",
     "coverage:html": "nyc report --reporter=html",
     "format": "prettier --loglevel silent --write .; prettierx --write .",
-    "lint": "eslint .",
-    "lint:fix": "eslint . --fix",
+    "lint": "eslint . --cache",
+    "lint:fix": "eslint . --cache --fix",
     "typedoc": "typedoc",
     "prepublishOnly": "npm run build:prod"
   },