]> git.proxmox.com Git - mirror_novnc.git/commitdiff
Enforce switch colon spacing
authorPierre Ossman <ossman@cendio.se>
Thu, 6 Sep 2018 15:36:48 +0000 (17:36 +0200)
committerPierre Ossman <ossman@cendio.se>
Thu, 6 Sep 2018 15:36:48 +0000 (17:36 +0200)
.eslintrc

index 2c2c08e9007a4b215a3a4ec061092f058b6cb09a..900a7186efc4f5d9b1ab728ecc1c825de20d2924 100644 (file)
--- a/.eslintrc
+++ b/.eslintrc
@@ -43,5 +43,6 @@
         "space-before-function-paren": ["error", { "anonymous": "always",
                                                    "named": "never",
                                                    "asyncArrow": "always" }],
+        "switch-colon-spacing": ["error"],
     }
 }