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 8484143 commit faa22f1Copy full SHA for faa22f1
.prettierrc
@@ -1,12 +1,15 @@
1
{
2
"arrowParens": "avoid",
3
- "semi": false,
4
- "tabWidth": 2,
5
- "singleQuote": false,
6
- "trailingComma": "all",
7
"bracketSpacing": true,
8
- "printWidth": 80,
9
"jsxBracketSameLine": false,
10
"jsxSingleQuote": false,
11
- "proseWrap": "always"
+ "printWidth": 80,
+ "proseWrap": "always",
+ "requirePragma": false,
+ "semi": true,
+ "singleQuote": false,
+ "tabWidth": 2,
12
+ "trailingComma": "all",
13
+ "useTabs": false,
14
+ "endOfLine": "auto"
15
}
0 commit comments