]> git.proxmox.com Git - mirror_novnc.git/blobdiff - tests/.eslintrc
Use fat arrow functions `const foo = () => { ... };` for callbacks
[mirror_novnc.git] / tests / .eslintrc
index b52ebaf43b29008b7759e3eb1507bc8321469c1a..dabeb4bd99e53d1e6afb3a130cb9efafb530cb76 100644 (file)
@@ -5,5 +5,8 @@
     },
     "globals": {
         "chai": true
+    },
+    "rules": {
+        "prefer-arrow-callback": 0
     }
 }
\ No newline at end of file