chore: re-formatted everything with prettier

This commit is contained in:
Fabians
2022-03-29 16:53:49 +03:00
parent 4e97360e48
commit abe6d5e086
307 changed files with 12690 additions and 8378 deletions
+1 -3
View File
@@ -4,10 +4,8 @@
"semi": false,
"endOfLine": "auto",
"bracketSpacing": true,
"eslintIntegration": true,
"jsxBracketSameLine": true,
"vueIndentScriptAndStyle": false,
"htmlWhitespaceSensitivity": "ignore",
"printWidth": 100,
"printWidth": 88,
"singleQuote": true
}