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 bf6448f commit 4ced8d2Copy full SHA for 4ced8d2
.prettierrc
@@ -1,6 +1,7 @@
1
{
2
- "bracketSpacing": false,
3
- "jsxBracketSameLine": true,
+ "requirePragma": true,
4
"singleQuote": true,
5
- "trailingComma": "all"
+ "trailingComma": "all",
+ "bracketSpacing": false,
6
+ "jsxBracketSameLine": true
7
}
0 commit comments