summaryrefslogtreecommitdiff
path: root/web-ui/.jshintrc
diff options
context:
space:
mode:
authorBruno Wagner <bwagner@thoughtworks.com>2014-10-07 15:01:42 +0200
committerBruno Wagner <bwagner@thoughtworks.com>2014-10-07 15:01:54 +0200
commit6299531f4c8f7daa1b4afab45d0439f635b03982 (patch)
tree92b2876e732731e5219e50ef7719c72ec2cb478a /web-ui/.jshintrc
parent88abefd3e62fb65a08dde62a7d7e4ce1fa22f563 (diff)
Fixed jshint errors
Diffstat (limited to 'web-ui/.jshintrc')
-rw-r--r--web-ui/.jshintrc7
1 files changed, 4 insertions, 3 deletions
diff --git a/web-ui/.jshintrc b/web-ui/.jshintrc
index a3714ba9..210e9d99 100644
--- a/web-ui/.jshintrc
+++ b/web-ui/.jshintrc
@@ -3,8 +3,9 @@
"browser": true,
"esnext": true,
"bitwise": true,
- "camelcase": true,
- "curly": true,
+ "camelcase": false,
+ "curly": false,
+ "loopfunc": true,
"eqeqeq": true,
"immed": true,
"indent": 2,
@@ -16,7 +17,7 @@
"smarttabs": true,
"strict": true,
"trailing": true,
- "undef": true,
+ "undef": false,
"validthis": true,
"predef": [
"$",