Bug 1500936 - Remove comma-dangle override from devtools/client/inspector;r=Standard8

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

--HG--
extra : moz-landing-system : lando
This commit is contained in:
Julian Descottes 2018-10-23 07:08:22 +00:00
Родитель 9de832b381
Коммит 078990ad01
1 изменённых файлов: 0 добавлений и 10 удалений

Просмотреть файл

@ -12,15 +12,5 @@ module.exports = {
/* eslint-disable max-len */
"mozilla/reject-some-requires": ["error",
"^(chrome|chrome:.*|resource:.*|devtools/server/.*|.*\\.jsm|devtools/shared/platform/(chome|content)/.*)$"],
// The webpack bundle does not support trailing commas in functions, so disabled it
// explicitly with linting here.
"comma-dangle": ["error", {
"arrays": "ignore",
"objects": "ignore",
"imports": "ignore",
"exports": "ignore",
"functions": "never",
}]
},
};