Bug 1488263 - Follow-up: fix linting problems. r=alta88 DONTBUILD

This commit is contained in:
Jorg K 2018-09-04 01:08:24 +02:00
Родитель 4545b53482
Коммит 0945c0ff7c
2 изменённых файлов: 2 добавлений и 2 удалений

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

@ -27,6 +27,7 @@ ldap/**
suite/**
# mailnews exclusions
mailnews/mailnews.js
mailnews/addrbook/*
mailnews/base/*
mailnews/build/*

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

@ -1,6 +1,6 @@
"use strict";
module.exports = {
module.exports = { // eslint-disable-line no-undef
"globals": {
"Log4Moz": true,
"MailServices": true,
@ -33,5 +33,4 @@ module.exports = {
},
}],
},
};