We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0942df5 commit fa54676Copy full SHA for fa54676
.prettierrc
@@ -0,0 +1,17 @@
1
+{
2
+ "arrowParens": "avoid",
3
+ "bracketSpacing": true,
4
+ "htmlWhitespaceSensitivity": "css",
5
+ "insertPragma": false,
6
+ "jsxBracketSameLine": false,
7
+ "jsxSingleQuote": true,
8
+ "printWidth": 80,
9
+ "proseWrap": "always",
10
+ "quoteProps": "as-needed",
11
+ "requirePragma": false,
12
+ "semi": false,
13
+ "singleQuote": true,
14
+ "tabWidth": 2,
15
+ "trailingComma": "all",
16
+ "useTabs": false
17
+}
0 commit comments