summaryrefslogtreecommitdiff
path: root/.jshintrc
diff options
context:
space:
mode:
authorGraeme Yeates <yeatesgraeme@gmail.com>2015-12-23 18:29:52 -0500
committerGraeme Yeates <yeatesgraeme@gmail.com>2015-12-29 16:48:48 -0500
commit1448f24a5e7d5c4b9ff56ef573d35291511c2a71 (patch)
tree3efbaea4ef8ac80ef7c37bf1bcbdeeee5dd7dd81 /.jshintrc
parent18e61d4f07f48604601f2effdbe2a7e188d14d4a (diff)
downloadasync-1448f24a5e7d5c4b9ff56ef573d35291511c2a71.tar.gz
Fix implementations (test green lights)
Diffstat (limited to '.jshintrc')
-rw-r--r--.jshintrc1
1 files changed, 1 insertions, 0 deletions
diff --git a/.jshintrc b/.jshintrc
index 76be34a..85f0274 100644
--- a/.jshintrc
+++ b/.jshintrc
@@ -9,6 +9,7 @@
"trailing": true,
"evil": true,
"laxcomma": true,
+ "esnext": true,
// Relaxing options
"onevar": false,