summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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