Bump allowed ECMAScript version to 2021 (ES12)
This commit is contained in:
parent
bde5fb48db
commit
70afbd09d6
1 changed files with 1 additions and 1 deletions
|
@ -5,7 +5,7 @@ module.exports = [
|
|||
js.configs.recommended,
|
||||
{
|
||||
languageOptions: {
|
||||
ecmaVersion: 2015,
|
||||
ecmaVersion: 2021,
|
||||
sourceType: "script",
|
||||
globals: {
|
||||
...globals.browser,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue