Skip to content

Commit a57b8f7

Browse files
committed
Relax flowtype/generic-spacing fail for prettier
1 parent 2b4c3e4 commit a57b8f7

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.eslintrc.json

+4-1
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,9 @@
5252
{ "varsIgnorePattern": "[iI]gnored"}
5353
],
5454
"react/jsx-uses-react": "error",
55-
"react/jsx-uses-vars": "error"
55+
"react/jsx-uses-vars": "error",
56+
"flowtype/generic-spacing": [
57+
"off"
58+
]
5659
}
5760
}

0 commit comments

Comments
 (0)