Bug 1330148 - Remove no-iterator ESLint exclusions on devtools since there are no violations now. r=jdescottes

Depends on D45400

Differential Revision: https://phabricator.services.mozilla.com/D45401

--HG--
extra : moz-landing-system : lando
This commit is contained in:
Mark Banner 2019-09-12 08:02:40 +00:00
parent 187fc79c19
commit efc1831d10
2 changed files with 0 additions and 4 deletions

View File

@ -354,8 +354,6 @@ module.exports = {
"no-invalid-regexp": "off",
// disallow irregular whitespace outside of strings and comments
"no-irregular-whitespace": "off",
// disallow usage of __iterator__ property
"no-iterator": "off",
// disallow labels that share a name with a variable
"no-label-var": "off",
// disallow unnecessary nested blocks

View File

@ -341,8 +341,6 @@ module.exports = {
"no-invalid-regexp": 0,
// disallow irregular whitespace outside of strings and comments
"no-irregular-whitespace": 0,
// disallow usage of __iterator__ property
"no-iterator": 0,
// disallow labels that share a name with a variable
"no-label-var": 0,
// disallow unnecessary nested blocks