From 20422c06361d93f9bc5907d5d32110d71a3775e4 Mon Sep 17 00:00:00 2001 From: msdio Date: Tue, 11 Feb 2025 15:01:03 +0900 Subject: [PATCH] chore: change version of to v3 --- .github/workflows/deploy.yml | 2 +- .vscode/settings.json | 5 ++--- 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index c82ef67..3d07055 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -56,7 +56,7 @@ jobs: uses: actions/configure-pages@v5 - name: Upload artifact - uses: actions/upload-pages-artifact@v4 + uses: actions/upload-pages-artifact@v3 with: path: './dist' diff --git a/.vscode/settings.json b/.vscode/settings.json index cbca194..ed738c3 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -2,10 +2,9 @@ "editor.defaultFormatter": "esbenp.prettier-vscode", "eslint.format.enable": true, "editor.codeActionsOnSave": { - "source.fixAll.stylelint": true, - "source.fixAll.eslint": true + "source.fixAll.stylelint": "explicit", + "source.fixAll.eslint": "explicit" }, - "eslint.alwaysShowStatus": true, "eslint.validate": ["javascript", "javascriptreact", "typescript", "typescriptreact"], "editor.formatOnSave": true, "editor.tabSize": 2,