Skip to content

Commit

Permalink
Merge pull request #3214 from numbersprotocol/fix-vscode-formatting
Browse files Browse the repository at this point in the history
chore: Update VSCode formatting settings.
  • Loading branch information
sultanmyrza committed Feb 20, 2024
2 parents 6312ad9 + 0964bf2 commit e46d20e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@
"editor.defaultFormatter": "esbenp.prettier-vscode",
"editor.formatOnSave": true,
"editor.codeActionsOnSave": {
"source.fixAll.eslint": true,
"source.fixAll.stylelint": true,
"source.organizeImports": true
"source.fixAll.eslint": "explicit",
"source.fixAll.stylelint": "explicit",
"source.organizeImports": "explicit"
},
"typescript.preferences.importModuleSpecifier": "relative"
}

0 comments on commit e46d20e

Please sign in to comment.