aboutsummaryrefslogtreecommitdiffhomepage
path: root/public/bower_components/admin-lte/build/js/.jshintrc
diff options
context:
space:
mode:
Diffstat (limited to 'public/bower_components/admin-lte/build/js/.jshintrc')
-rw-r--r--public/bower_components/admin-lte/build/js/.jshintrc17
1 files changed, 17 insertions, 0 deletions
diff --git a/public/bower_components/admin-lte/build/js/.jshintrc b/public/bower_components/admin-lte/build/js/.jshintrc
new file mode 100644
index 0000000..c41edf7
--- /dev/null
+++ b/public/bower_components/admin-lte/build/js/.jshintrc
@@ -0,0 +1,17 @@
+{
+ "asi" : true,
+ "browser" : true,
+ "eqeqeq" : false,
+ "eqnull" : true,
+ "es3" : true,
+ "expr" : true,
+ "jquery" : true,
+ "latedef" : true,
+ "laxbreak" : true,
+ "nonbsp" : true,
+ "strict" : true,
+ "undef" : true,
+ "unused" : true,
+ // External variabls and plugins
+ "predef": [ "AdminLTEOptions", "FastClick", "moment", "Morris", "Chart" ]
+}