diff --git a/.eslintrc.js b/.eslintrc.js index fcb246db7bc..0f82f9203ee 100644 --- a/.eslintrc.js +++ b/.eslintrc.js @@ -31,8 +31,9 @@ module.exports = { 'ft-flow/define-flow-type': 0, 'ft-flow/use-flow-type': 0, 'lint/sort-imports': 1, - // flow handles this check for us, so it's not required + // Flow handles these checks for us, so they aren't required 'no-undef': 0, + 'no-unreachable': 0, }, }, {