Skip to content

Commit a2948fb

Browse files
targositaloacasas
authored andcommitted
tools: enable ES2017 syntax support in ESLint
This allows us to use async functions. PR-URL: #11211 Reviewed-By: Ben Noordhuis <info@bnoordhuis.nl> Reviewed-By: Anna Henningsen <anna@addaleax.net> Reviewed-By: Evan Lucas <evanlucas@me.com> Reviewed-By: Yuta Hiroto <hello@about-hiroppy.com> Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Timothy Gu <timothygu99@gmail.com>
1 parent 3596d15 commit a2948fb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.eslintrc.yaml

Lines changed: 1 addition & 1 deletion
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)