Skip to content

Commit efce891

Browse files
committed
fix: update regexpp and fix wrong type
See eslint-community/regexpp#152
1 parent 1ae35e6 commit efce891

File tree

3 files changed

+10
-11
lines changed

3 files changed

+10
-11
lines changed

lib/rules/no-contradiction-with-assertion.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,6 @@ function* getNextElements(
9090
if (
9191
parent.type === "CharacterClass" ||
9292
parent.type === "CharacterClassRange" ||
93-
parent.type === "ExpressionCharacterClass" ||
9493
parent.type === "ClassIntersection" ||
9594
parent.type === "ClassSubtraction" ||
9695
parent.type === "StringAlternative"

package-lock.json

Lines changed: 9 additions & 9 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@
103103
},
104104
"dependencies": {
105105
"@eslint-community/eslint-utils": "^4.2.0",
106-
"@eslint-community/regexpp": "^4.6.2",
106+
"@eslint-community/regexpp": "^4.9.1",
107107
"comment-parser": "^1.4.0",
108108
"grapheme-splitter": "^1.0.4",
109109
"jsdoctypeparser": "^9.0.0",

0 commit comments

Comments
 (0)