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
This commit is contained in:
Dandelion Mané 2018-09-20 12:52:07 -07:00 committed by GitHub
parent 7702bb2e1d
commit 8442255db3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 4 deletions

View File

@ -14,9 +14,5 @@ module.exports = {
], ],
"no-use-before-define": ["off"], "no-use-before-define": ["off"],
"no-useless-constructor": ["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"],
}, },
}; };