diff options
Diffstat (limited to 'web-ui/.jshintrc')
-rw-r--r-- | web-ui/.jshintrc | 2 |
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, |