From 3690f04e4a84fa43c43b39e5e3884a20c9e0efe3 Mon Sep 17 00:00:00 2001 From: Yamagishi Kazutoshi Date: Sun, 11 Jun 2017 17:42:42 +0900 Subject: Remove comments for eslint-disable (#3691) --- config/webpack/translationRunner.js | 2 -- 1 file changed, 2 deletions(-) (limited to 'config/webpack/translationRunner.js') diff --git a/config/webpack/translationRunner.js b/config/webpack/translationRunner.js index 79bb6980f..097099b48 100644 --- a/config/webpack/translationRunner.js +++ b/config/webpack/translationRunner.js @@ -38,7 +38,6 @@ const validateLanguages = (languages, validators) => { }, []); if (invalidLanguages.length > 0) { - // eslint-disable-next-line no-console console.error(` Error: Specified invalid LANGUAGES: ${invalidLanguages.map(({ language, error }) => `* ${language}: ${error.message}`).join('\n')} @@ -73,7 +72,6 @@ ${availableLanguages.join(', ')} // check if message directory exists if (!fs.existsSync(messagesDirectory)) { - // eslint-disable-next-line no-console console.error(` Error: messagesDirectory not exists (${messagesDirectory}) -- cgit