aboutsummaryrefslogtreecommitdiff
path: root/thirdparty/URI.js/.jshintrc
diff options
context:
space:
mode:
authorFlorian Dold <florian.dold@gmail.com>2016-10-10 03:47:49 +0200
committerFlorian Dold <florian.dold@gmail.com>2016-10-10 03:47:49 +0200
commit21e6b15991212e21a0bd9928890e8e8518f367e8 (patch)
tree3859320d916ff6c2e2fbe2f022375827fa28997c /thirdparty/URI.js/.jshintrc
parent02fa518542328183f35ae04d389b61226f4c4e30 (diff)
parentd5194154335d6cb30edca9b648083069faf9778c (diff)
downloadwallet-core-21e6b15991212e21a0bd9928890e8e8518f367e8.tar.xz
Merge commit 'd5194154335d6cb30edca9b648083069faf9778c' as 'thirdparty/URI.js'
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