Skip to content

Commit

Permalink
update settings
Browse files Browse the repository at this point in the history
  • Loading branch information
huntabyte committed Oct 21, 2024
1 parent aaab7df commit d6a5ac0
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 @@ -6,8 +6,8 @@
"editor.codeActionsOnSave": {
"source.fixAll.eslint": "explicit",
"source.organizeImports": "explicit",
"source.removeUnusedImports": "explicit",
"source.removeUnused.ts": "explicit"
"source.removeUnusedImports": "never",
"source.removeUnused.ts": "never"
},

// Enable eslint for all supported languages
Expand Down

0 comments on commit d6a5ac0

Please sign in to comment.