summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSamy Pessé <samypesse@gmail.com>2015-09-15 13:16:06 +0200
committerSamy Pessé <samypesse@gmail.com>2015-09-15 13:16:06 +0200
commitd83116b88ffbe87fb09c2da322ddade7b7f04e24 (patch)
tree56853b539b0091001cbee671ad3d4797dfb27132
parent5f56098ae7fae80a4dd75a944c38201560b480c6 (diff)
downloadgitbook-d83116b88ffbe87fb09c2da322ddade7b7f04e24.zip
gitbook-d83116b88ffbe87fb09c2da322ddade7b7f04e24.tar.gz
gitbook-d83116b88ffbe87fb09c2da322ddade7b7f04e24.tar.bz2
Add jshint configuration
-rw-r--r--.jshintrc7
1 files changed, 7 insertions, 0 deletions
diff --git a/.jshintrc b/.jshintrc
new file mode 100644
index 0000000..748ef99
--- /dev/null
+++ b/.jshintrc
@@ -0,0 +1,7 @@
+{
+ "strict": false,
+ "browser": false,
+ "quotmark": true,
+ "node": true,
+ "mocha": true
+} \ No newline at end of file