remove ceph code
[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
deleted file mode 100644 (file)
index f91c8ee..0000000
+++ /dev/null
@@ -1,17 +0,0 @@
-{
-  "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" ]
-}