From d88b2dd198a1eec0ba0c61caccb34831e92d384e Mon Sep 17 00:00:00 2001 From: Wu Tianwei <30284043+WTW0313@users.noreply.github.com> Date: Tue, 4 Mar 2025 10:29:48 +0800 Subject: [PATCH] fix: eslint extension not working in vscode (#14725) --- web/package.json | 1 + web/pnpm-lock.yaml | 3 +++ 2 files changed, 4 insertions(+) diff --git a/web/package.json b/web/package.json index d6a9740e11..09f04a05a3 100644 --- a/web/package.json +++ b/web/package.json @@ -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", diff --git a/web/pnpm-lock.yaml b/web/pnpm-lock.yaml index 465947e2e3..b356504f4e 100644 --- a/web/pnpm-lock.yaml +++ b/web/pnpm-lock.yaml @@ -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