aboutsummaryrefslogtreecommitdiffstats
path: root/src/.jshintrc
diff options
context:
space:
mode:
Diffstat (limited to 'src/.jshintrc')
-rw-r--r--src/.jshintrc27
1 files changed, 27 insertions, 0 deletions
diff --git a/src/.jshintrc b/src/.jshintrc
new file mode 100644
index 000000000..faf031dfd
--- /dev/null
+++ b/src/.jshintrc
@@ -0,0 +1,27 @@
+{
+ "options": {
+ "evil": true,
+ "browser": true,
+ "wsh": true,
+ "eqnull": true,
+ "expr": true,
+ "curly": true,
+ "trailing": true,
+ "undef": true,
+ "smarttabs": true,
+ "maxerr": 100
+ },
+ "globals": {
+ "define": true,
+ "DOMParser": true,
+ "__dirname": true,
+ "jQuery": true,
+ "global": true,
+ "module": true,
+ "exports": true,
+ "require": true,
+ "file": true,
+ "log": true,
+ "console": true
+ }
+}