Skip to content

Commit a120199

Browse files
targosMylesBorins
authored andcommitted
tools: enable ES2016 syntax support in ESLint
This allows us to use the exponentiation operator. PR-URL: #9218 Ref: #9208 (comment) Reviewed-By: Teddy Katz <[email protected]> Reviewed-By: Colin Ihrig <[email protected]> Reviewed-By: James M Snell <[email protected]> Reviewed-By: Luigi Pinca <[email protected]> Reviewed-By: Sakthipriyan Vairamani <[email protected]>
1 parent 60704fb commit a120199

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.eslintrc

+3
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@ env:
22
node: true
33
es6: true
44

5+
parserOptions:
6+
ecmaVersion: 2016
7+
58
rules:
69
# Possible Errors
710
# http://eslint.org/docs/rules/#possible-errors

0 commit comments

Comments
 (0)