chore: set up prettier ignore
This commit is contained in:
parent
e7b2a23cf4
commit
da6c563eee
3 changed files with 8 additions and 7 deletions
|
@ -1,6 +0,0 @@
|
|||
# Ignore artifacts:
|
||||
|
||||
site
|
||||
vendors
|
||||
build
|
||||
coverage
|
7
.prettierignore
Normal file
7
.prettierignore
Normal file
|
@ -0,0 +1,7 @@
|
|||
# someday let's think about formatting html
|
||||
**/*.html
|
||||
|
||||
**/*.md
|
||||
**/*.css
|
||||
**/*.yml
|
||||
**/*.yaml
|
|
@ -37,7 +37,7 @@
|
|||
"pub": "pnpm run clean && pnpm run build && npm publish",
|
||||
"pub:patch": "npm version patch && pnpm run pub",
|
||||
"pub:minor": "npm version minor && pnpm run pub",
|
||||
"format": "prettier --write \"./**/*.{js,mjs,json}\"",
|
||||
"format": "prettier . --write",
|
||||
"lint": "eslint . --config eslint.config.mjs",
|
||||
"prepare": "husky install"
|
||||
},
|
||||
|
|
Loading…
Reference in a new issue