Skip to content

Commit

Permalink
fix: 保存时不自动修改eslint错误
Browse files Browse the repository at this point in the history
  • Loading branch information
l0o0 committed Dec 11, 2023
1 parent 4196a36 commit e83999e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@
"editor.formatOnType": false,
"editor.formatOnSave": true,
"editor.codeActionsOnSave": {
"source.fixAll.eslint": true
},
"source.fixAll.eslint": "explicit"
}
}

0 comments on commit e83999e

Please sign in to comment.