]> git.proxmox.com Git - pve-eslint.git/commitdiff
app: eslint fixes
authorThomas Lamprecht <t.lamprecht@proxmox.com>
Thu, 22 Oct 2020 10:46:52 +0000 (12:46 +0200)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Thu, 22 Oct 2020 10:46:52 +0000 (12:46 +0200)
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
src/app.js

index 6b696c9afcb504b9d7cd0a020c641d0a8bbd0e9c..1849c766338d3e44034ee4a93979312afc5fd038 100644 (file)
@@ -215,9 +215,9 @@ const defaultConfig = {
                ["&", "|", "^", "~", "<<", ">>", ">>>"],
                ["==", "!=", "===", "!==", ">", ">=", "<", "<="],
                ["&&", "||"],
-               ["in", "instanceof"]
+               ["in", "instanceof"],
            ],
-           "allowSamePrecedence": true
+           "allowSamePrecedence": true,
        }],
        "no-multiple-empty-lines": "warn",
        "no-trailing-spaces": "warn",