about summary refs log tree commit diff
path: root/config/webpack/translationRunner.js
diff options
context:
space:
mode:
authorYamagishi Kazutoshi <ykzts@desire.sh>2017-06-11 17:42:42 +0900
committerEugen Rochko <eugen@zeonfederated.com>2017-06-11 10:42:42 +0200
commit3690f04e4a84fa43c43b39e5e3884a20c9e0efe3 (patch)
treef9b712b8b0ea349aa8260d23fac98e1d293108c5 /config/webpack/translationRunner.js
parentf3e8bc9f8f6007b7bddc230be9c2ec865b5cb75e (diff)
Remove comments for eslint-disable (#3691)
Diffstat (limited to 'config/webpack/translationRunner.js')
-rw-r--r--config/webpack/translationRunner.js2
1 files changed, 0 insertions, 2 deletions
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})