Skip to content

Commit 9eb85c5

Browse files
refactor: Add prettierrc file and refactor files
1 parent fb37429 commit 9eb85c5

28 files changed

+1010
-802
lines changed

.prettierrc

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
{
2+
"$schema": "https://json.schemastore.org/prettierrc",
3+
"semi": true,
4+
"tabWidth": 2,
5+
"singleQuote": true,
6+
"printWidth": 100,
7+
"trailingComma": "none",
8+
"jsxSingleQuote": true,
9+
"bracketSpacing": true,
10+
"bracketSameLine": false,
11+
"arrowParens": "always",
12+
"useTabs": false,
13+
"quoteProps": "as-needed",
14+
"vueIndentScriptAndStyle": false,
15+
"braceStyle": "stroustrup"
16+
}

0 commit comments

Comments
 (0)