Merge pull request #5421 from tomhughes/ecma-version
Bump allowed ECMAScript version to 2021 (ES12)
This commit is contained in:
commit
4470cb88e0
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