We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 063cea2 commit 6e27faaCopy full SHA for 6e27faa
.prettierrc
@@ -0,0 +1,18 @@
1
+{
2
+ "arrowParens": "avoid",
3
+ "bracketSameLine": false,
4
+ "bracketSpacing": true,
5
+ "embeddedLanguageFormatting": "auto",
6
+ "insertPragma": false,
7
+ "jsxSingleQuote": false,
8
+ "printWidth": 80,
9
+ "proseWrap": "preserve",
10
+ "quoteProps": "as-needed",
11
+ "requirePragma": false,
12
+ "semi": true,
13
+ "singleQuote": true,
14
+ "tabWidth": 2,
15
+ "trailingComma": "none",
16
+ "useTabs": false,
17
+ "endOfLine": "auto"
18
+}
0 commit comments