From: Thomas Lamprecht Date: Thu, 22 Oct 2020 10:46:52 +0000 (+0200) Subject: app: eslint fixes X-Git-Url: https://git.proxmox.com/?p=pve-eslint.git;a=commitdiff_plain;h=3a486d1dba97d4d1c9a111660837d1ae7fad84b5 app: eslint fixes Signed-off-by: Thomas Lamprecht --- 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",