Fix some bugs when testing opensds ansible
[stor4nfv.git] / src / ceph / src / pybind / mgr / dashboard / static / AdminLTE-2.3.7 / .jshintrc
1 {
2   "asi"      : true,
3   "browser"  : true,
4   "eqeqeq"   : false,
5   "eqnull"   : true,
6   "es3"      : true,
7   "expr"     : true,
8   "jquery"   : true,
9   "latedef"  : "nofunc",
10   "laxbreak" : true,
11   "nonbsp"   : true,
12   "strict"   : true,
13   "undef"    : true,
14   "unused"   : true,
15   // External variabls and plugins
16   "predef":  [ "AdminLTEOptions", "FastClick", "moment", "Morris", "Chart" ]
17 }