Make the linter use a cache
authorJérôme Benoit <jerome.benoit@sap.com>
Sat, 5 Mar 2022 17:55:31 +0000 (18:55 +0100)
committerJérôme Benoit <jerome.benoit@sap.com>
Sat, 5 Mar 2022 17:55:31 +0000 (18:55 +0100)
Signed-off-by: Jérôme Benoit <jerome.benoit@sap.com>
package.json

index 3f10b229a04636314f3502c25cd1503c54bca10b..9557e59d92ff4cfeaca0197484d05e6d5348fe28 100644 (file)
@@ -58,8 +58,8 @@
     "build": "npm run rollup",
     "build:dev": "npm run rollup -- --environment BUILD:development",
     "build:dev:watch": "npm run rollup -- --environment BUILD:development --watch",
-    "lint": "cross-env TIMING=1 eslint --ext .js,.ts src",
-    "lint:fix": "cross-env TIMING=1 eslint --fix --ext .js,.ts src",
+    "lint": "cross-env TIMING=1 eslint --cache --ext .js,.ts src",
+    "lint:fix": "cross-env TIMING=1 eslint --cache --fix --ext .js,.ts src",
     "format": "prettier --write .",
     "import-sort": "npx import-sort-cli --write 'src/**/*.ts{,x}'",
     "test": "cross-env TS_NODE_COMPILER_OPTIONS='{\"module\": \"commonjs\"}' nyc mocha test/**/*Test.ts",