Skip to content

Commit b727013

Browse files
committed
added prettier config
1 parent 3d697a2 commit b727013

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

.prettierrc

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
{
2+
"semi": false,
3+
"singleQuote": true,
4+
"bracketSpacing": true,
5+
"trailingComma": "es5",
6+
"arrowParens": "avoid",
7+
"printWidth": 120,
8+
"proseWrap": "always",
9+
"jsxBracketSameLine": true,
10+
"jsxSingleQuote": true,
11+
"importSort": {
12+
".js, .jsx, .ts, .tsx": {
13+
"style": "module"
14+
}
15+
}
16+
}

0 commit comments

Comments
 (0)