We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4a25b30 commit 40020eaCopy full SHA for 40020ea
.prettierrc.json
@@ -0,0 +1,13 @@
1
+{
2
+ "$schema": "http://json.schemastore.org/prettierrc",
3
+ "bracketSpacing": true,
4
+ "endOfLine": "lf",
5
+ "semi": true,
6
+ "singleQuote": false,
7
+ "trailingComma": "all",
8
+ "printWidth": 120,
9
+ "importOrderSeparation": true,
10
+ "importOrderSortSpecifiers": true,
11
+ "importOrderGroupNamespaceSpecifiers": true,
12
+ "importOrderCaseInsensitive": true
13
+}
0 commit comments