Skip to content

Commit 5fae0fb

Browse files
Create Prettier Rules
1 parent 58c12c5 commit 5fae0fb

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

.prettierrc

+6-2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,8 @@
11
{
2+
"printWidth": 80,
3+
"singleQuote": true,
4+
"tabWidth": 2,
25
"arrowParens": "avoid",
3-
"semi": false
4-
}
6+
"semi": false,
7+
"react/jsx-max-props-per-line": [1, { "when": "always" }]
8+
}

0 commit comments

Comments
 (0)