1
0

prerelease changes

This commit is contained in:
2023-11-30 14:02:52 +01:00
parent bf050186fa
commit 0ef26dddfd
21 changed files with 572 additions and 268 deletions

15
.prettierrc Normal file
View File

@ -0,0 +1,15 @@
{
"tabWidth": 2,
"useTabs": false,
"singleQuote": false,
"semi": true,
"trailingComma": "none",
"jsxSingleQuote": false,
"jsxBracketSameLine": true,
"printWidth": 200,
"bracketSpacing": true,
"vueIndentScriptAndStyle": true,
"arrowParens": "always",
"bracketSameLine": false,
"endOfLine": "lf"
}