Bump the EcmaScript version in the eslint configuration.
This commit is contained in:
parent
f9f51839e5
commit
d73d273482
1 changed files with 1 additions and 1 deletions
|
|
@ -5,7 +5,7 @@ module.exports = {
|
|||
},
|
||||
"extends": "eslint:recommended",
|
||||
"parserOptions": {
|
||||
"ecmaVersion": 8,
|
||||
"ecmaVersion": 9,
|
||||
"sourceType": "module"
|
||||
},
|
||||
"rules": {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue