diff --git a/.gitignore b/.gitignore index 29432c99..8b786b66 100644 --- a/.gitignore +++ b/.gitignore @@ -5,3 +5,4 @@ node_modules/ package-lock.json yarn.lock *.zip +.eslintcache diff --git a/package.json b/package.json index e4b9cc8d..aea7563f 100644 --- a/package.json +++ b/package.json @@ -20,7 +20,7 @@ "updates": "^4.2.1" }, "scripts": { - "lint": "eslint **/*.js || true", + "lint": "eslint **/*.js --cache || true", "update": "npm run update-node && npm run update-main", "update-quick": "updates -u && npm update && npm run update-main", "update-main": "npm run update-versions && npm run update-codemirror",