Skip to content

Commit 0be69d7

Browse files
authored
chore: cleanup the vscode config file (#381)
1 parent 2086b8e commit 0be69d7

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

.vscode/settings.json

+1-5
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,6 @@
11
{
2-
"cSpell.ignoreWords": [],
3-
"cSpell.words": [],
4-
"conventionalCommits.scopes": [],
52
"editor.defaultFormatter": "esbenp.prettier-vscode",
63
"editor.formatOnSave": true,
74
"prettier.configPath": "./prettier.config.cjs",
8-
"typescript.tsdk": "node_modules/typescript/lib",
9-
"eslint.experimental.useFlatConfig": true
5+
"typescript.tsdk": "node_modules/typescript/lib"
106
}

0 commit comments

Comments
 (0)