瀏覽代碼

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

tags/1.0.1
Wu Tianwei 8 月之前
父節點
當前提交
d88b2dd198
沒有連結到貢獻者的電子郵件帳戶。
共有 2 個檔案被更改,包括 4 行新增0 行删除
  1. 1
    0
      web/package.json
  2. 3
    0
      web/pnpm-lock.yaml

+ 1
- 0
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",

+ 3
- 0
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

Loading…
取消
儲存