Compare commits

...

2 Commits

2 changed files with 16 additions and 0 deletions

6
.prettierignore Normal file
View File

@@ -0,0 +1,6 @@
dist/
node_modules/
coverage/
*.log
public/
build/

10
.prettierrc Normal file
View File

@@ -0,0 +1,10 @@
{
"semi": false,
"singleQuote": true,
"printWidth": 100,
"trailingComma": "none",
"arrowParens": "always",
"htmlWhitespaceSensitivity": "ignore",
"vueIndentScriptAndStyle": false,
"endOfLine": "lf"
}