From 0be69d7e42bdc96305498559c24ef4fcfeb238d7 Mon Sep 17 00:00:00 2001 From: Sean Cassiere <33615041+SeanCassiere@users.noreply.github.com> Date: Thu, 4 Jul 2024 14:47:50 +1200 Subject: [PATCH] chore: cleanup the vscode config file (#381) --- .vscode/settings.json | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/.vscode/settings.json b/.vscode/settings.json index 4d54ba83..5fbc2d29 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -1,10 +1,6 @@ { - "cSpell.ignoreWords": [], - "cSpell.words": [], - "conventionalCommits.scopes": [], "editor.defaultFormatter": "esbenp.prettier-vscode", "editor.formatOnSave": true, "prettier.configPath": "./prettier.config.cjs", - "typescript.tsdk": "node_modules/typescript/lib", - "eslint.experimental.useFlatConfig": true + "typescript.tsdk": "node_modules/typescript/lib" }