Skip to content

Commit

Permalink
chore: vscode setting
Browse files Browse the repository at this point in the history
  • Loading branch information
zzxming committed Jan 6, 2025
1 parent a793a33 commit b918da4
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"editor.formatOnSave": true,
"editor.formatOnSave": false,
"editor.tabSize": 2,
"editor.codeActionsOnSave": {
"source.fixAll.eslint": "explicit",
Expand All @@ -8,8 +8,6 @@
"prettier.enable": false,
"eslint.enable": true,
"eslint.runtime": "node",
"eslint.format.enable": true,
"eslint.useFlatConfig": true,
"eslint.validate": [
"javascript",
"javascriptreact",
Expand Down

0 comments on commit b918da4

Please sign in to comment.