Skip to content

Commit

Permalink
Bug 1528296 - remove eslint empty file requirements for old panels; r…
Browse files Browse the repository at this point in the history
…=vporof

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

--HG--
extra : moz-landing-system : lando
  • Loading branch information
codehag committed Mar 13, 2019
1 parent 7671d5d commit ec915fe
Showing 1 changed file with 0 additions and 16 deletions.
16 changes: 0 additions & 16 deletions devtools/.eslintrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -105,22 +105,6 @@ module.exports = {
"rules": {
"strict": "off",
}
}, {
"files": [
],
"rules": {
"consistent-return": "off",
"max-len": "off",
"mozilla/no-aArgs": "off",
"mozilla/var-only-at-top-level": "off",
"no-redeclare": "off",
"no-return-assign": "off",
"no-shadow": "off",
"no-undef": "off",
"no-unused-vars": "off",
"no-useless-call": "off",
"strict": "off",
}
}, {
// For all head*.js files, turn off no-unused-vars at a global level
"files": [
Expand Down

0 comments on commit ec915fe

Please sign in to comment.