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 <[email protected]> Reviewed-By: Evan Lucas <[email protected]> Reviewed-By: Anna Henningsen <[email protected]> Reviewed-By: Colin Ihrig <[email protected]> Reviewed-By: Joyee Cheung <[email protected]> Reviewed-By: James M Snell <[email protected]> Reviewed-By: Timothy Gu <[email protected]>
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)