Skip to content

Commit 53d6734

Browse files
committed
chore: prettier
1 parent 91f7032 commit 53d6734

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

.prettierrc.json

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,10 @@
22
"printWidth": 80,
33
"tabWidth": 2,
44
"singleQuote": true,
5-
"arrowParens": "always"
6-
}
5+
"arrowParens": "always",
6+
"trailingComma": "all",
7+
"semi": true,
8+
"endOfLine": "lf",
9+
"useTabs": false,
10+
"jsxSingleQuote": false
11+
}

0 commit comments

Comments
 (0)