From 79a30816cf43a9e920c565ed2e4259681d799ff2 Mon Sep 17 00:00:00 2001 From: msdio Date: Thu, 30 Jan 2025 20:16:06 +0900 Subject: [PATCH 1/2] fix: editor settings --- .vscode/settings.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.vscode/settings.json b/.vscode/settings.json index cbca194..5c2b269 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -2,8 +2,8 @@ "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"], From d457c11f7b29712ab9b8b09baef9c68bba4f703d Mon Sep 17 00:00:00 2001 From: msdio Date: Thu, 30 Jan 2025 20:59:10 +0900 Subject: [PATCH 2/2] feat: add meta tag to verify ownership of page --- index.html | 1 + 1 file changed, 1 insertion(+) diff --git a/index.html b/index.html index 192c49d..b0a4ced 100644 --- a/index.html +++ b/index.html @@ -12,6 +12,7 @@ content="https://user-images.githubusercontent.com/59170680/224671255-09ba02cd-873e-4559-bf08-4d48040f6c14.png" /> +