From ce3789bbb4102d69dff594cf2f705fbe3d4213cd Mon Sep 17 00:00:00 2001 From: Timo Hocker Date: Wed, 13 May 2020 20:48:57 +0200 Subject: [PATCH] linting --- .eslintrc.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.eslintrc.js b/.eslintrc.js index a56e112..0dbe6fa 100644 --- a/.eslintrc.js +++ b/.eslintrc.js @@ -29,9 +29,9 @@ module.exports = { 'array-bracket-newline': 'off', 'max-len': 'off', 'func-call-spacing': 'off', - 'semi': 'off', - 'curly': 'off', - 'strict': 'off', + semi: 'off', + curly: 'off', + strict: 'off', 'brace-style': 'off', 'no-magic-numbers': 'off' }