diff --git a/.eslintrc b/.eslintrc index eb5357ae..035660f8 100644 --- a/.eslintrc +++ b/.eslintrc @@ -38,6 +38,9 @@ "jsx-a11y" ], "rules": { + "flowtype/use-flow-type": { + "no-unused-vars": 1 + }, "react-hooks/rules-of-hooks": "error", "react-hooks/exhaustive-deps": "warn", "indent": ["error", 2, { "SwitchCase": 1 }],