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 56eca7f commit a052066Copy full SHA for a052066
.prettierrc
@@ -1,5 +1,7 @@
1
{
2
"singleQuote": true,
3
"semi": false,
4
- "useTabs": true
+ "useTabs": true,
5
+ "trailingComma": "none",
6
+ "arrowParens": "avoid"
7
}
demo/.prettierrc
- "singleQuote": true,
- "semi": false,
+ "singleQuote": true,
+ "semi": false,
0 commit comments