Skip to content

Commit 8b721ef

Browse files
committed
style: Disable rule since prettier ensures consistent formatting
1 parent b917937 commit 8b721ef

File tree

1 file changed

+1
-9
lines changed

1 file changed

+1
-9
lines changed

.eslintrc.json

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -50,15 +50,7 @@
5050
"no-plusplus": 0,
5151
"no-shadow": 0,
5252
"no-unused-expressions": [2, { "allowShortCircuit": true }],
53-
"object-curly-newline": [
54-
"error",
55-
{
56-
"ObjectExpression": { "multiline": true, "minProperties": 3 },
57-
"ObjectPattern": { "multiline": true, "minProperties": 3 },
58-
"ImportDeclaration": { "multiline": true, "minProperties": 3 },
59-
"ExportDeclaration": { "multiline": true, "minProperties": 3 }
60-
}
61-
],
53+
"object-curly-newline": 0,
6254
"react/forbid-prop-types": 0,
6355
"react/require-default-props": 0,
6456
"react/jsx-filename-extension": [

0 commit comments

Comments
 (0)