initial code repo
[stor4nfv.git] / src / ceph / src / pybind / mgr / dashboard / static / AdminLTE-2.3.7 / .jshintrc
diff --git a/src/ceph/src/pybind/mgr/dashboard/static/AdminLTE-2.3.7/.jshintrc b/src/ceph/src/pybind/mgr/dashboard/static/AdminLTE-2.3.7/.jshintrc
new file mode 100644 (file)
index 0000000..f91c8ee
--- /dev/null
@@ -0,0 +1,17 @@
+{
+  "asi"      : true,
+  "browser"  : true,
+  "eqeqeq"   : false,
+  "eqnull"   : true,
+  "es3"      : true,
+  "expr"     : true,
+  "jquery"   : true,
+  "latedef"  : "nofunc",
+  "laxbreak" : true,
+  "nonbsp"   : true,
+  "strict"   : true,
+  "undef"    : true,
+  "unused"   : true,
+  // External variabls and plugins
+  "predef":  [ "AdminLTEOptions", "FastClick", "moment", "Morris", "Chart" ]
+}