Skip to content

Commit

Permalink
ci: format check ignore
Browse files Browse the repository at this point in the history
  • Loading branch information
jsun969 committed Nov 27, 2024
1 parent 9d151af commit b3a6817
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"lint": "eslint ./src",
"preview": "vite preview",
"format": "prettier --write \"**/*.{js,ts,tsx,css,md,cjs,mjs,json,html}\"",
"format:check": "prettier --check \"**/*.{js,ts,tsx,css,md,cjs,mjs,json,html}\"",
"format:check": "prettier --check \"**/*.{js,ts,tsx,css,md,cjs,mjs,json,html}\" --ignore-path \"./.prettierignore\"",
"test": "vitest"
},
"dependencies": {
Expand Down

0 comments on commit b3a6817

Please sign in to comment.