diff options
author | Samy Pessé <samypesse@gmail.com> | 2015-09-15 13:16:06 +0200 |
---|---|---|
committer | Samy Pessé <samypesse@gmail.com> | 2015-09-15 13:16:06 +0200 |
commit | d83116b88ffbe87fb09c2da322ddade7b7f04e24 (patch) | |
tree | 56853b539b0091001cbee671ad3d4797dfb27132 | |
parent | 5f56098ae7fae80a4dd75a944c38201560b480c6 (diff) | |
download | gitbook-d83116b88ffbe87fb09c2da322ddade7b7f04e24.zip gitbook-d83116b88ffbe87fb09c2da322ddade7b7f04e24.tar.gz gitbook-d83116b88ffbe87fb09c2da322ddade7b7f04e24.tar.bz2 |
Add jshint configuration
-rw-r--r-- | .jshintrc | 7 |
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 |