diff --git a/package.json b/package.json index 9682d3223..29566ce1b 100644 --- a/package.json +++ b/package.json @@ -33,7 +33,7 @@ "security:check": "pnpm audit --prod --audit-level high", "format": "prettier --write \"**/*.{vue,js,mjs,ts,d.ts}\" \"!packages/themes/types/**/*.d.ts\" --cache", "format:check": "prettier --check \"**/*.{vue,js,mjs,ts,d.ts}\" \"!packages/themes/types/**/*.d.ts\"", - "lint": "eslint --ext \".vue,.js,.mjs,.ts\" --ignore-path .gitignore .", + "lint": "eslint --ext \".vue,.js,.mjs,.ts\" --ignore-path .gitignore . --cache", "lint:fix": "eslint --fix --ext \".vue,.js,.mjs,.ts\" --ignore-path .gitignore ." }, "devDependencies": {