diff --git a/.gitignore b/.gitignore index c0495832..d188590e 100644 --- a/.gitignore +++ b/.gitignore @@ -10,4 +10,6 @@ node_modules WIKI/.vuepress/dist -.vscode/ \ No newline at end of file +.vscode/ + +.eslintcache diff --git a/package.json b/package.json index ac9c5bbd..aa1df701 100644 --- a/package.json +++ b/package.json @@ -11,7 +11,7 @@ "license": "Apache-2.0", "main": "index.js", "scripts": { - "lint": "eslint --ext .js --ext .jsx --ext .json ." + "lint": "eslint --cache --ext .js --ext .jsx --ext .json ." }, "repository": { "type": "git",