chore(*): use prettier for formatting
This commit is contained in:
parent
6c659fe1d0
commit
ce869012ef
73 changed files with 1393 additions and 794 deletions
15
.prettierignore
Normal file
15
.prettierignore
Normal file
|
@ -0,0 +1,15 @@
|
|||
# output
|
||||
dist/
|
||||
|
||||
# deps
|
||||
node_modules/
|
||||
vendor/
|
||||
|
||||
# minified assets
|
||||
*.min.js
|
||||
*.min.css
|
||||
*.bundle.js
|
||||
*.bundle.css
|
||||
|
||||
# env
|
||||
.env
|
Loading…
Add table
Add a link
Reference in a new issue