summaryrefslogtreecommitdiff
path: root/web-ui/.jshintrc
diff options
context:
space:
mode:
authorGiovane <giovaneliberato@gmail.com>2015-12-30 16:03:27 -0200
committerGiovane <giovaneliberato@gmail.com>2015-12-30 16:03:27 -0200
commit111205c8cd74d553201b42db3041d870ae833165 (patch)
tree4a2a4f5158e45b4802c06336d792f2905c45f020 /web-ui/.jshintrc
parentf8418b0a41298777834e00f4276b2a34d8c6ad39 (diff)
Updates jshint to latest version #565
- Change 'use strict' mode to function-level - Update needed files
Diffstat (limited to 'web-ui/.jshintrc')
-rw-r--r--web-ui/.jshintrc2
1 files changed, 1 insertions, 1 deletions
diff --git a/web-ui/.jshintrc b/web-ui/.jshintrc
index c56e2bd2..220aedfe 100644
--- a/web-ui/.jshintrc
+++ b/web-ui/.jshintrc
@@ -15,7 +15,7 @@
"quotmark": "single",
"regexp": true,
"smarttabs": true,
- "strict": true,
+ "strict": "function",
"trailing": true,
"undef": false,
"validthis": true,