aboutsummaryrefslogtreecommitdiffhomepage
path: root/.jshintrc
diff options
context:
space:
mode:
authorJohannes Zellner <johannes@cloudron.io>2018-05-17 15:49:16 +0200
committerJohannes Zellner <johannes@cloudron.io>2018-05-17 15:49:19 +0200
commitf2f2b69322749c558f2dac8bf21b1620aacc284b (patch)
tree0cd8f72bef82a0a65efbbbbabe2937378180ed9d /.jshintrc
parentc407a3267364ab593f824b0843c79f69aa0b7371 (diff)
downloadSurfer-f2f2b69322749c558f2dac8bf21b1620aacc284b.tar.gz
Surfer-f2f2b69322749c558f2dac8bf21b1620aacc284b.tar.zst
Surfer-f2f2b69322749c558f2dac8bf21b1620aacc284b.zip
Allow es 6
Diffstat (limited to '.jshintrc')
-rw-r--r--.jshintrc1
1 files changed, 1 insertions, 0 deletions
diff --git a/.jshintrc b/.jshintrc
index 174ffa3..31557c8 100644
--- a/.jshintrc
+++ b/.jshintrc
@@ -2,6 +2,7 @@
2 "node": true, 2 "node": true,
3 "browser": true, 3 "browser": true,
4 "unused": true, 4 "unused": true,
5 "esversion": 6,
5 "globalstrict": true, 6 "globalstrict": true,
6 "predef": [ "angular", "$", "describe", "it", "before", "after" ] 7 "predef": [ "angular", "$", "describe", "it", "before", "after" ]
7} 8}