Initial OpenECOMP Portal commit
[portal.git] / ecomp-portal-FE / server / .jshintrc
diff --git a/ecomp-portal-FE/server/.jshintrc b/ecomp-portal-FE/server/.jshintrc
new file mode 100644 (file)
index 0000000..66d1af7
--- /dev/null
@@ -0,0 +1,14 @@
+{
+  "node": true,
+  "esnext": true,
+  "bitwise": true,
+  "eqeqeq": true,
+  "immed": true,
+  "latedef": "nofunc",
+  "newcap": true,
+  "noarg": true,
+  "undef": true,
+  "smarttabs": true,
+  "asi": true,
+  "debug": true
+}