aboutsummaryrefslogtreecommitdiffstats
path: root/app/bower_components/remarkable-bootstrap-notify/jshintrc.json
diff options
context:
space:
mode:
Diffstat (limited to 'app/bower_components/remarkable-bootstrap-notify/jshintrc.json')
-rw-r--r--app/bower_components/remarkable-bootstrap-notify/jshintrc.json26
1 files changed, 26 insertions, 0 deletions
diff --git a/app/bower_components/remarkable-bootstrap-notify/jshintrc.json b/app/bower_components/remarkable-bootstrap-notify/jshintrc.json
new file mode 100644
index 0000000..9cfd60c
--- /dev/null
+++ b/app/bower_components/remarkable-bootstrap-notify/jshintrc.json
@@ -0,0 +1,26 @@
+{
+ "bitwise": true,
+ "curly": true,
+ "eqeqeq": true,
+ "forin": true,
+ "freeze": true,
+ "immed": true,
+ "latedef": true,
+ "noarg": true,
+ "noempty": true,
+ "nonbsp": true,
+ "nonew": true,
+ "undef": true,
+ "unused": true,
+ "strict": false,
+ "trailing": true,
+ "maxparams": 5,
+ "sub": true,
+ "devel": true,
+ "browser": true,
+
+ "globals": {
+ "jQuery": false
+ }
+
+}