Skip to content

Commit

Permalink
update eslint-plugin-es-x
Browse files Browse the repository at this point in the history
  • Loading branch information
zloirock committed Nov 30, 2023
1 parent 7298628 commit 8eeedd4
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 8 deletions.
6 changes: 3 additions & 3 deletions scripts/bundle-tests/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 2 additions & 0 deletions tests/eslint/eslint.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -1094,6 +1094,8 @@ const forbidES2023BuiltIns = {

const forbidES2024BuiltIns = {
'es/no-atomics-waitasync': ERROR,
'es/no-object-map-groupby': ERROR,
'es/no-promise-withresolvers': ERROR,
'es/no-string-prototype-iswellformed-towellformed': ERROR,
'es/no-regexp-v-flag': ERROR,
'es/no-resizable-and-growable-arraybuffers': ERROR,
Expand Down
8 changes: 4 additions & 4 deletions tests/eslint/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion tests/eslint/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"confusing-browser-globals": "^1.0.11",
"eslint": "^8.54.0",
"eslint-plugin-array-func": "^4.0.0",
"eslint-plugin-es-x": "^7.4.0",
"eslint-plugin-es-x": "^7.5.0",
"eslint-plugin-filenames": "^1.3.2",
"eslint-plugin-import": "^2.29.0",
"eslint-plugin-jsonc": "^2.10.0",
Expand Down

0 comments on commit 8eeedd4

Please sign in to comment.