aboutsummaryrefslogtreecommitdiffstats
path: root/library/bootstrap-colorpicker/.jshintrc
diff options
context:
space:
mode:
authorChristian Vogeley <christian.vogeley@hotmail.de>2014-03-25 19:36:44 +0100
committerChristian Vogeley <christian.vogeley@hotmail.de>2014-03-25 19:36:44 +0100
commit51ee3964c0f799fa9786ddd85b54707c43cd3509 (patch)
treeaab2616b9e69bfe2bf2b32070aba71a5cb24f76f /library/bootstrap-colorpicker/.jshintrc
parentc972a94b0125bcb82ef3fe8e97adef45f94404f2 (diff)
downloadvolse-hubzilla-51ee3964c0f799fa9786ddd85b54707c43cd3509.tar.gz
volse-hubzilla-51ee3964c0f799fa9786ddd85b54707c43cd3509.tar.bz2
volse-hubzilla-51ee3964c0f799fa9786ddd85b54707c43cd3509.zip
Well, if you want to add a color picker it is indeed a good idea
to include the color picker.
Diffstat (limited to 'library/bootstrap-colorpicker/.jshintrc')
-rw-r--r--library/bootstrap-colorpicker/.jshintrc18
1 files changed, 18 insertions, 0 deletions
diff --git a/library/bootstrap-colorpicker/.jshintrc b/library/bootstrap-colorpicker/.jshintrc
new file mode 100644
index 000000000..2169b9c0e
--- /dev/null
+++ b/library/bootstrap-colorpicker/.jshintrc
@@ -0,0 +1,18 @@
+{
+ "bitwise": true,
+ "browser": true,
+ "curly": true,
+ "eqeqeq": true,
+ "eqnull": true,
+ "esnext": true,
+ "immed": true,
+ "jquery": true,
+ "latedef": true,
+ "newcap": true,
+ "noarg": true,
+ "node": true,
+ "strict": false,
+ "trailing": true,
+ "undef": true,
+ "predef" : ["Modernizr"]
+}