chore: remove redundant `eslint-plugin-regexp` (#27271)

This commit is contained in:
Anthony Fu 2024-05-20 06:40:19 +02:00 committed by GitHub
parent a1c184a288
commit 751259e0b0
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with 0 additions and 8 deletions

View File

@ -5,7 +5,6 @@ import noOnlyTests from 'eslint-plugin-no-only-tests'
import typegen from 'eslint-typegen'
// @ts-expect-error missing types
import perfectionist from 'eslint-plugin-perfectionist'
import regex from 'eslint-plugin-regexp'
export default createConfigForNuxt({
features: {
@ -217,9 +216,6 @@ export default createConfigForNuxt({
'vue/multi-word-component-names': 'off',
},
},
// @ts-ignore types misaligned
regex.configs['flat/recommended'],
)
// Generate type definitions for the eslint config

View File

@ -64,7 +64,6 @@
"eslint": "9.2.0",
"eslint-plugin-no-only-tests": "3.1.0",
"eslint-plugin-perfectionist": "2.10.0",
"eslint-plugin-regexp": "2.5.0",
"eslint-typegen": "0.2.4",
"execa": "9.1.0",
"fs-extra": "11.2.0",

View File

@ -77,9 +77,6 @@ importers:
eslint-plugin-perfectionist:
specifier: 2.10.0
version: 2.10.0(eslint@9.2.0)(typescript@5.4.5)(vue-eslint-parser@9.4.2(eslint@9.2.0))
eslint-plugin-regexp:
specifier: 2.5.0
version: 2.5.0(eslint@9.2.0)
eslint-typegen:
specifier: 0.2.4
version: 0.2.4(eslint@9.2.0)