Disabling a no-unreachable lint error (#9300)

This commit is contained in:
Brian Vaughn
2017-03-30 16:40:45 -07:00
committed by GitHub
parent 4f69474e03
commit 76c5c6deb5
@@ -687,6 +687,7 @@ module.exports = function<T, P, I, TI, PI, C, CX, PL>(
// Without this explicit null return Flow complains of invalid return type
// TODO Remove the above while(true) loop
// eslint-disable-next-line no-unreachable
return null;
}