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, 0 insertions, 31 deletions
diff --git a/thirdparty/URI.js/.jshintrc b/thirdparty/URI.js/.jshintrc
deleted file mode 100644
index 8327de8cb..000000000
--- a/thirdparty/URI.js/.jshintrc
+++ /dev/null
@@ -1,31 +0,0 @@
-{
- "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