Update package.json

pull/5976/head
tugcekucukoglu 2024-06-27 13:27:15 +03:00
parent 2eb5b4aa3b
commit 4d5f6cb548
1 changed files with 1 additions and 1 deletions

View File

@ -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": {