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 ab6d309 commit 8f7f475Copy full SHA for 8f7f475
.prettier.js
.prettierrc
@@ -0,0 +1,17 @@
1
+{
2
+ "singleQuote": true,
3
+ "trailingComma": "all",
4
+ "endOfLine": "lf",
5
+ "printWidth": 100,
6
+ "proseWrap": "never",
7
+ "arrowParens": "avoid",
8
+ "htmlWhitespaceSensitivity": "ignore",
9
+ "overrides": [
10
+ {
11
+ "files": ".prettierrc",
12
+ "options": {
13
+ "parser": "json"
14
+ }
15
16
+ ]
17
+}
0 commit comments