chore: configure prettier with ignore rules and format scripts + running format
This commit is contained in:
parent
22bb8a1e4c
commit
ce42eb1811
12 changed files with 150 additions and 89 deletions
19
.prettierignore
Normal file
19
.prettierignore
Normal file
|
|
@ -0,0 +1,19 @@
|
|||
.tmp/
|
||||
|
||||
# Build outputs
|
||||
dist/
|
||||
*.tsbuildinfo
|
||||
|
||||
# Dependencies
|
||||
node_modules/
|
||||
|
||||
# Environment files
|
||||
.env*
|
||||
|
||||
# Logs (if you create them)
|
||||
logs/
|
||||
|
||||
# Coverage reports (when you add testing)
|
||||
coverage/
|
||||
|
||||
pnpm-lock.yaml
|
||||
Loading…
Add table
Add a link
Reference in a new issue