]> git.proxmox.com Git - mirror_novnc.git/blobdiff - tests/.eslintrc
Use ES6 classes
[mirror_novnc.git] / tests / .eslintrc
index 800dcf94cddfeccae8a73d57a75f7699b013b2bf..b52ebaf43b29008b7759e3eb1507bc8321469c1a 100644 (file)
@@ -1,9 +1,9 @@
 {
-  "env": {
-    "node": true,
-    "mocha": true
-  },
-  "globals": {
-    "chai": true
-  }
+    "env": {
+        "node": true,
+        "mocha": true
+    },
+    "globals": {
+        "chai": true
+    }
 }
\ No newline at end of file