From 8442255db360646b075898a9d5d2b8da0dbf997f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dandelion=20Man=C3=A9?= Date: Thu, 20 Sep 2018 12:52:07 -0700 Subject: [PATCH] Remove obsolete eslint TODOs (#872) I wanted to add two new flowtype lint rules. However, as seen in #853 and #854, these rules don't work very well. As such, I'm giving up on those two and removing the TODOs. Test plan: n/a --- .eslintrc.js | 4 ---- 1 file changed, 4 deletions(-) diff --git a/.eslintrc.js b/.eslintrc.js index c987e05..b809b5d 100644 --- a/.eslintrc.js +++ b/.eslintrc.js @@ -14,9 +14,5 @@ module.exports = { ], "no-use-before-define": ["off"], "no-useless-constructor": ["off"], - // TODO(@decentralion): Enable this rule. - // "flowtype/no-mutable-array": [2], - // TODO(@decentralion): Enable this rule. - // "flowtype/require-exact-type": [2, "always"], }, };