From 2d2168cc392d9813f85901de55bc74ed42bc43ee Mon Sep 17 00:00:00 2001 From: BBBoy01 <1156678002@qq.com> Date: Thu, 17 Aug 2023 18:08:08 +0800 Subject: [PATCH] chore: accelerate lint speed --- .gitignore | 4 +++- package.json | 2 +- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index c04958324..d188590e7 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 ac9c5bbda..aa1df701b 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",