mirror of
https://github.com/zotero/zotero.git
synced 2026-09-17 23:51:18 +00:00
Update eslint ecmaVersion to es2022 (#5049)
Current firefox version supports all features of es2022 Fix errors with features like WeakRef
This commit is contained in:
parent
fc3b7e0f83
commit
3b7dd58c50
1 changed files with 1 additions and 1 deletions
|
|
@ -61,7 +61,7 @@ export default [
|
|||
},
|
||||
|
||||
parser: babelParser,
|
||||
ecmaVersion: 2018,
|
||||
ecmaVersion: 2022,
|
||||
sourceType: "module",
|
||||
|
||||
parserOptions: {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue