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:
parent
7702bb2e1d
commit
8442255db3
|
@ -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"],
|
||||
},
|
||||
};
|
||||
|
|
Loading…
Reference in New Issue