Skip to content

Commit

Permalink
chore: cleanup the vscode config file (#381)
Browse files Browse the repository at this point in the history
  • Loading branch information
SeanCassiere authored Jul 4, 2024
1 parent 2086b8e commit 0be69d7
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -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"
}

0 comments on commit 0be69d7

Please sign in to comment.