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 e0f02ff commit d3c9aa4Copy full SHA for d3c9aa4
.prettierrc
@@ -2,5 +2,6 @@
2
"singleQuote": true,
3
"tabWidth": 2,
4
"useTabs": false,
5
- "printWidth": 120
+ "printWidth": 120,
6
+ "arrowParens": "avoid"
7
}
0 commit comments