mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-28 23:31:56 +00:00
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:
parent
187fc79c19
commit
efc1831d10
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user