From fe2bf92e93578d90bedf155e51cb99704c3618e2 Mon Sep 17 00:00:00 2001 From: Izuco <57068530+izu-co@users.noreply.github.com> Date: Tue, 6 Jul 2021 16:39:08 +0200 Subject: [PATCH] Fixed Style --- .eslintrc.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.eslintrc.js b/.eslintrc.js index c5b06f6..beb6893 100644 --- a/.eslintrc.js +++ b/.eslintrc.js @@ -18,7 +18,7 @@ module.exports = { 4, { 'SwitchCase': 1 } ], - 'linebreak-style': "off", + 'linebreak-style': 'off', 'quotes': [ 'error', 'single'