aboutsummaryrefslogtreecommitdiff
path: root/thirdparty/URI.js/.jshintrc
diff options
context:
space:
mode:
Diffstat (limited to 'thirdparty/URI.js/.jshintrc')
-rw-r--r--thirdparty/URI.js/.jshintrc31
1 files changed, 31 insertions, 0 deletions
diff --git a/thirdparty/URI.js/.jshintrc b/thirdparty/URI.js/.jshintrc
new file mode 100644
index 000000000..8327de8cb
--- /dev/null
+++ b/thirdparty/URI.js/.jshintrc
@@ -0,0 +1,31 @@
+{
+ "node": true,
+ "browser": false,
+ "esnext": false,
+ "bitwise": false,
+ "camelcase": true,
+ "curly": true,
+ "eqeqeq": true,
+ "immed": true,
+ "indent": 2,
+ "latedef": true,
+ "newcap": true,
+ "noarg": true,
+ "quotmark": "single",
+ "regexp": true,
+ "undef": true,
+ "unused": true,
+ "strict": true,
+ "trailing": true,
+ "smarttabs": true,
+ "expr": true,
+ "globals": {
+ "describe": false,
+ "it": false,
+ "before": false,
+ "beforeEach": false,
+ "after": false,
+ "afterEach": false,
+ "define": false
+ }
+} \ No newline at end of file