diff --git a/package.json b/package.json index d1d784171..b26c7829d 100644 --- a/package.json +++ b/package.json @@ -30,7 +30,7 @@ "dev": "pnpm --filter showcase dev", "module:dev": "pnpm --filter @primevue/nuxt-module dev", "security:check": "pnpm audit --production --audit-level high", - "format": "prettier --write \"**/*.{vue,js,mjs,ts,d.ts}\" --cache", + "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 . --cache", "lint:fix": "eslint --fix --ext \".vue,.js,.mjs,.ts\" --ignore-path .gitignore ."