Skip to content

Commit

Permalink
chore: set source.fixAll.eslint to never
Browse files Browse the repository at this point in the history
  • Loading branch information
peaceiris committed Dec 31, 2023
1 parent f6a5d17 commit 26748a4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@
"git.ignoreLimitWarning": true,
"deno.enable": false,
"editor.codeActionsOnSave": {
"source.fixAll.eslint": true
"source.fixAll.eslint": "never"
}
}

0 comments on commit 26748a4

Please sign in to comment.