We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 318a64f commit 705a22aCopy full SHA for 705a22a
.prettierrc
@@ -6,5 +6,6 @@
6
"singleQuote": true,
7
"trailingComma": "all",
8
"bracketSpacing": false,
9
- "jsxBracketSameLine": false
+ "jsxBracketSameLine": false,
10
+ "arrowParens": "avoid"
11
}
0 commit comments