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 d6aa325 commit 801aab7Copy full SHA for 801aab7
.prettierignore
@@ -0,0 +1,2 @@
1
+node_modules
2
+dist
.prettierrc
@@ -0,0 +1,14 @@
+{
+ "printWidth": 100,
3
+ "trailingComma": "all",
4
+ "tabWidth": 2,
5
+ "semi": true,
6
+ "singleQuote": true,
7
+ "arrowParens": "always",
8
+ "bracketSpacing": true,
9
+ "endOfLine": "auto",
10
+ "proseWrap": "preserve",
11
+ "quoteProps": "as-needed",
12
+ "jsxBracketSameLine": false,
13
+ "jsxSingleQuote": true
14
+}
0 commit comments