Skip to content

Commit d73d273

Browse files
committed
Bump the EcmaScript version in the eslint configuration.
1 parent f9f5183 commit d73d273

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/librustdoc/html/static/.eslintrc.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ module.exports = {
55
},
66
"extends": "eslint:recommended",
77
"parserOptions": {
8-
"ecmaVersion": 8,
8+
"ecmaVersion": 9,
99
"sourceType": "module"
1010
},
1111
"rules": {

0 commit comments

Comments
 (0)