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 b917937 commit 8b721efCopy full SHA for 8b721ef
.eslintrc.json
@@ -50,15 +50,7 @@
50
"no-plusplus": 0,
51
"no-shadow": 0,
52
"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
- ],
+ "object-curly-newline": 0,
62
"react/forbid-prop-types": 0,
63
"react/require-default-props": 0,
64
"react/jsx-filename-extension": [
0 commit comments