Skip to content

Commit 615789b

Browse files
targosjasnell
authored andcommitted
tools: enable ES2017 syntax support in ESLint
This allows us to use async functions. PR-URL: #11210 Reviewed-By: Ben Noordhuis <info@bnoordhuis.nl> Reviewed-By: Evan Lucas <evanlucas@me.com> Reviewed-By: Anna Henningsen <anna@addaleax.net> Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: Joyee Cheung <joyeec9h3@gmail.com> Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Timothy Gu <timothygu99@gmail.com>
1 parent 81ef56b commit 615789b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.eslintrc.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ env:
33
es6: true
44

55
parserOptions:
6-
ecmaVersion: 2016
6+
ecmaVersion: 2017
77

88
rules:
99
# Possible Errors

0 commit comments

Comments
 (0)