We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9b4e800 commit 6b4ab4dCopy full SHA for 6b4ab4d
.prettierrc.json
@@ -1,12 +1,12 @@
1
{
2
"printWidth": 80,
3
- "tabWidth": 2,
+ "tabWidth": 4,
4
"useTabs": false,
5
- "semi": false,
6
- "singleQuote": true,
+ "semi": true,
+ "singleQuote": false,
7
"quoteProps": "as-needed",
8
"jsxSingleQuote": false,
9
- "trailingComma": "none",
+ "trailingComma": "all",
10
"bracketSpacing": true,
11
"bracketSameLine": true,
12
"arrowParens": "avoid",
0 commit comments