From 132f3f25470ca69cf864dacda43c75faf154cdfc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Philipp=20Ku=CC=88hn?= Date: Tue, 17 Nov 2020 21:27:25 +0100 Subject: [PATCH] update eslint config --- .eslintrc.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.eslintrc.js b/.eslintrc.js index a0432f84..4d7a1a86 100644 --- a/.eslintrc.js +++ b/.eslintrc.js @@ -33,7 +33,7 @@ module.exports = { ], rules: { 'no-alert': 'off', - 'no-console': ['error', { allow: ['warn', 'error'] }], + 'no-console': ['warn', { allow: ['warn', 'error'] }], semi: ['error', 'never'], 'import/extensions': 'off', 'import/no-extraneous-dependencies': 'off',