Browse Source

Add prettier config

pull/1839/head
Hironsan 2 years ago
parent
commit
f090410516
2 changed files with 14 additions and 0 deletions
  1. 8
      frontend/.prettierignore
  2. 6
      frontend/.prettierrc

8
frontend/.prettierignore

@ -0,0 +1,8 @@
.nuxt/
assets/
coverage/
dist/
node_modules/
static/
*.html
*.md

6
frontend/.prettierrc

@ -0,0 +1,6 @@
{
"printWidth": 100,
"semi": false,
"singleQuote": true,
"trailingComma": "es5"
}
Loading…
Cancel
Save