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 Jul 22, 2023
1 parent 3ccf5e6 commit 0165b3a
Show file tree
Hide file tree
Showing 7 changed files with 29 additions and 28 deletions.
12 changes: 6 additions & 6 deletions package-lock.json

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

12 changes: 6 additions & 6 deletions scripts/bundle-tests/package-lock.json

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

3 changes: 2 additions & 1 deletion tests/eslint/eslint.config.js
Expand Up @@ -917,8 +917,9 @@ const forbidES2023BuiltIns = {
};

const forbidES2024BuiltIns = {
'es/no-string-prototype-iswellformed-towellformed': ERROR,
'es/no-atomics-waitasync': ERROR,
'es/no-string-prototype-iswellformed-towellformed': ERROR,
'es/no-regexp-v-flag': ERROR,
};

const forbidES2016IntlBuiltIns = {
Expand Down
16 changes: 8 additions & 8 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
Expand Up @@ -4,7 +4,7 @@
"confusing-browser-globals": "^1.0.11",
"eslint": "^8.45.0",
"eslint-plugin-array-func": "^3.1.8",
"eslint-plugin-es-x": "^7.1.0",
"eslint-plugin-es-x": "^7.2.0",
"eslint-plugin-eslint-comments": "^3.2.0",
"eslint-plugin-import": "^2.27.5",
"eslint-plugin-jsonc": "^2.9.0",
Expand Down
6 changes: 3 additions & 3 deletions tests/observables/package-lock.json

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

6 changes: 3 additions & 3 deletions tests/unit-karma/package-lock.json

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

0 comments on commit 0165b3a

Please sign in to comment.