From 3a486d1dba97d4d1c9a111660837d1ae7fad84b5 Mon Sep 17 00:00:00 2001 From: Thomas Lamprecht Date: Thu, 22 Oct 2020 12:46:52 +0200 Subject: [PATCH] app: eslint fixes Signed-off-by: Thomas Lamprecht --- src/app.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app.js b/src/app.js index 6b696c9..1849c76 100644 --- a/src/app.js +++ b/src/app.js @@ -215,9 +215,9 @@ const defaultConfig = { ["&", "|", "^", "~", "<<", ">>", ">>>"], ["==", "!=", "===", "!==", ">", ">=", "<", "<="], ["&&", "||"], - ["in", "instanceof"] + ["in", "instanceof"], ], - "allowSamePrecedence": true + "allowSamePrecedence": true, }], "no-multiple-empty-lines": "warn", "no-trailing-spaces": "warn", -- 2.39.2