Skip to content

Commit f966f51

Browse files
committed
Reformat the world!
1 parent 77adf34 commit f966f51

38 files changed

+5493
-5860
lines changed

.gitignore

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[Dd]ist/
2-
node_modules
2+
node_modules*
33
.DS_Store
44
.tool-versions
55
.idea

.prettierrc

+21
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
{
2+
"tabWidth": 4,
3+
"printWidth": 120,
4+
"semi": true,
5+
"jsxBracketSameLine": true,
6+
"arrowParens": "avoid",
7+
"bracketSpacing": true,
8+
"cursorOffset": -1,
9+
"endOfLine": "lf",
10+
"htmlWhitespaceSensitivity": "css",
11+
"insertPragma": false,
12+
"jsxSingleQuote": false,
13+
"proseWrap": "preserve",
14+
"quoteProps": "as-needed",
15+
"rangeStart": 0,
16+
"requirePragma": false,
17+
"singleQuote": false,
18+
"trailingComma": "es5",
19+
"useTabs": false,
20+
"vueIndentScriptAndStyle": false
21+
}

0 commit comments

Comments
 (0)