fix: eslint extension not working in vscode (#14725)

This commit is contained in:
Wu Tianwei 2025-03-04 10:29:48 +08:00 committed by GitHub
parent 66654faef3
commit d88b2dd198
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 4 additions and 0 deletions

View File

@ -136,6 +136,7 @@
"@eslint/eslintrc": "^3.1.0",
"@eslint/js": "^9.13.0",
"@faker-js/faker": "^9.0.3",
"@next/eslint-plugin-next": "^15.0.0",
"@rgrove/parse-xml": "^4.1.0",
"@storybook/addon-essentials": "^8.3.6",
"@storybook/addon-interactions": "^8.3.6",

3
web/pnpm-lock.yaml generated
View File

@ -344,6 +344,9 @@ importers:
'@faker-js/faker':
specifier: ^9.0.3
version: 9.0.3
'@next/eslint-plugin-next':
specifier: ^15.0.0
version: 15.0.0
'@rgrove/parse-xml':
specifier: ^4.1.0
version: 4.1.0