From 0945c0ff7c47bd71ea99fd68368b5d854e159974 Mon Sep 17 00:00:00 2001 From: Jorg K Date: Tue, 4 Sep 2018 01:08:24 +0200 Subject: [PATCH] Bug 1488263 - Follow-up: fix linting problems. r=alta88 DONTBUILD --- .eslintignore | 1 + mailnews/.eslintrc.js | 3 +-- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.eslintignore b/.eslintignore index 22dbd4cea1..44a7f3d5c6 100644 --- a/.eslintignore +++ b/.eslintignore @@ -27,6 +27,7 @@ ldap/** suite/** # mailnews exclusions +mailnews/mailnews.js mailnews/addrbook/* mailnews/base/* mailnews/build/* diff --git a/mailnews/.eslintrc.js b/mailnews/.eslintrc.js index 64e11e58fc..349f469cb6 100644 --- a/mailnews/.eslintrc.js +++ b/mailnews/.eslintrc.js @@ -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 = { }, }], }, - };