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 Apr 3, 2023
1 parent 164e5b5 commit 49b1884
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 6 deletions.
1 change: 1 addition & 0 deletions tests/eslint/eslint.config.js
Expand Up @@ -911,6 +911,7 @@ const forbidES2023BuiltIns = {
'es/no-array-prototype-tosorted': ERROR,
'es/no-array-prototype-tospliced': ERROR,
'es/no-array-prototype-with': ERROR,
'es/no-regexp-unicode-property-escapes-2023': ERROR,
};

const forbidES2016IntlBuiltIns = {
Expand Down
10 changes: 5 additions & 5 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.37.0",
"eslint-plugin-array-func": "^3.1.8",
"eslint-plugin-es-x": "^6.0.0",
"eslint-plugin-es-x": "^6.1.0",
"eslint-plugin-eslint-comments": "^3.2.0",
"eslint-plugin-import": "^2.27.5",
"eslint-plugin-jsonc": "^2.7.0",
Expand Down

0 comments on commit 49b1884

Please sign in to comment.