Skip to content

Commit

Permalink
🔧 source.fixAll.eslint -> explicit
Browse files Browse the repository at this point in the history
  • Loading branch information
mlbrgl committed Dec 14, 2023
1 parent 50bf3cb commit 5c8fc9e
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 @@ -14,7 +14,7 @@
"typescript.preferences.useAliasesForRenames": false,
"editor.formatOnSave": true,
"editor.codeActionsOnSave": {
"source.fixAll.eslint": true
"source.fixAll.eslint": "explicit"
},
"typescript.preferences.importModuleSpecifierEnding": "js",
"javascript.preferences.importModuleSpecifierEnding": "js",
Expand Down

0 comments on commit 5c8fc9e

Please sign in to comment.