We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c6f42c1 commit 15f7fa1Copy full SHA for 15f7fa1
.prettierrc
@@ -1,5 +1,10 @@
1
{
2
"trailingComma": "es5",
3
"semi": true,
4
- "singleQuote": true
+ "singleQuote": true,
5
+ "printWidth": 80,
6
+ "tabWidth": 2,
7
+ "useTabs": false,
8
+ "bracketSpacing": true,
9
+ "arrowParens": "avoid"
10
}
0 commit comments