aboutsummaryrefslogtreecommitdiff
path: root/.jshintrc
diff options
context:
space:
mode:
Diffstat (limited to '.jshintrc')
-rw-r--r--.jshintrc22
1 files changed, 22 insertions, 0 deletions
diff --git a/.jshintrc b/.jshintrc
new file mode 100644
index 0000000..fe80948
--- /dev/null
+++ b/.jshintrc
@@ -0,0 +1,22 @@
+{
+ "curly": false,
+ "eqeqeq": true,
+ "immed": true,
+ "esnext": true,
+ "latedef": "nofunc",
+ "newcap": true,
+ "noarg": true,
+ "sub": true,
+ "undef": true,
+ "eqnull": true,
+ "browser": true,
+ "expr": true,
+ "globals": {
+ "head": false,
+ "module": false,
+ "console": false,
+ "unescape": false,
+ "define": false,
+ "exports": false
+ }
+} \ No newline at end of file