From 4d5f6cb5480db9e519d9245f04fd865df5e0f6fe Mon Sep 17 00:00:00 2001 From: tugcekucukoglu Date: Thu, 27 Jun 2024 13:27:15 +0300 Subject: [PATCH] Update package.json --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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": {