eslint-plugin-regexp
Advanced tools
Comparing version
@@ -204,3 +204,3 @@ "use strict"; | ||
const elements = parent.elements; | ||
if (elements.indexOf(target) === 0) { | ||
if (elements[0] === target) { | ||
raw = `\\${raw}`; | ||
@@ -207,0 +207,0 @@ } |
{ | ||
"name": "eslint-plugin-regexp", | ||
"version": "2.9.1", | ||
"version": "2.10.0", | ||
"description": "ESLint plugin for finding RegExp mistakes and RegExp style guide violations.", | ||
@@ -71,3 +71,3 @@ "engines": { | ||
"@eslint/js": "^9.5.0", | ||
"@ota-meshi/eslint-plugin": "^0.17.4", | ||
"@ota-meshi/eslint-plugin": "^0.18.0", | ||
"@ota-meshi/site-kit-eslint-editor-vue": "^0.2.0", | ||
@@ -83,4 +83,4 @@ "@svitejs/changesets-changelog-github-compact": "^1.1.0", | ||
"@types/pako": "^2.0.3", | ||
"@typescript-eslint/eslint-plugin": "~8.38.0", | ||
"@typescript-eslint/parser": "~8.38.0", | ||
"@typescript-eslint/eslint-plugin": "~8.39.0", | ||
"@typescript-eslint/parser": "~8.39.0", | ||
"assert": "^2.0.0", | ||
@@ -93,3 +93,3 @@ "chai": "^5.0.0", | ||
"eslint-import-resolver-typescript": "^4.0.0", | ||
"eslint-plugin-eslint-plugin": "^6.1.0", | ||
"eslint-plugin-eslint-plugin": "^7.0.0", | ||
"eslint-plugin-import": "^2.29.1", | ||
@@ -120,3 +120,3 @@ "eslint-plugin-jsdoc": "^52.0.0", | ||
"typescript": "~5.9.0", | ||
"typescript-eslint": "~8.38.0", | ||
"typescript-eslint": "~8.39.0", | ||
"vite-plugin-eslint4b": "^0.6.0", | ||
@@ -123,0 +123,0 @@ "vitepress": "^1.0.0", |
834860
0