Bug 1854906 - Enable all ESLint rules on layout/tools/reftest. r=tnikkel

Depends on D189095

Differential Revision: https://phabricator.services.mozilla.com/D189096
This commit is contained in:
Mark Banner 2023-09-25 10:36:02 +00:00
Родитель 9ca43d9eb8
Коммит 04947bae38
1 изменённых файлов: 1 добавлений и 0 удалений

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

@ -342,6 +342,7 @@ module.exports = {
},
{
files: ["layout/**"],
excludedFiles: ["layout/tools/reftest/**"],
rules: {
"object-shorthand": "off",
"mozilla/avoid-removeChild": "off",