summaryrefslogtreecommitdiff
path: root/.jshintrc
diff options
context:
space:
mode:
Diffstat (limited to '.jshintrc')
-rw-r--r--.jshintrc11
1 files changed, 11 insertions, 0 deletions
diff --git a/.jshintrc b/.jshintrc
new file mode 100644
index 0000000..a27080d
--- /dev/null
+++ b/.jshintrc
@@ -0,0 +1,11 @@
+{
+ "globals": {
+ "require": true
+ },
+ "unused": "vars",
+ "strict": true,
+ "globalstrict": true,
+ "undef": true,
+ "browser": false,
+ "devel": true
+}