Skip to content

Commit

Permalink
Update VS Code settings
Browse files Browse the repository at this point in the history
  • Loading branch information
marcbouchenoire committed Dec 21, 2023
1 parent 8a0d9a5 commit b53538b
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
@@ -1,8 +1,8 @@
{
"css.validate": false,
"editor.codeActionsOnSave": {
"source.fixAll.eslint": true,
"source.fixAll.stylelint": true
"source.fixAll.eslint": "explicit",
"source.fixAll.stylelint": "explicit"
},
"editor.defaultFormatter": "esbenp.prettier-vscode",
"editor.formatOnSave": true,
Expand Down

0 comments on commit b53538b

Please sign in to comment.