Skip to content

Commit

Permalink
Update vscode settings
Browse files Browse the repository at this point in the history
  • Loading branch information
vilicvane committed Feb 3, 2024
1 parent 5cf9604 commit 0fa9222
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion general/src/composables/vscode-settings.json.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ export default json('.vscode/settings.json', {
'editor.insertSpaces': true,
'editor.formatOnSave': true,
'editor.codeActionsOnSave': {
'source.fixAll.eslint': true,
'source.fixAll.eslint': 'explicit',
},
'editor.defaultFormatter': 'esbenp.prettier-vscode',
'editor.rulers': [80],
Expand Down

0 comments on commit 0fa9222

Please sign in to comment.