We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 58c12c5 commit 5fae0fbCopy full SHA for 5fae0fb
.prettierrc
@@ -1,4 +1,8 @@
1
{
2
+ "printWidth": 80,
3
+ "singleQuote": true,
4
+ "tabWidth": 2,
5
"arrowParens": "avoid",
- "semi": false
-}
6
+ "semi": false,
7
+ "react/jsx-max-props-per-line": [1, { "when": "always" }]
8
+}
0 commit comments