Skip to content

Commit

Permalink
latest vscode update
Browse files Browse the repository at this point in the history
  • Loading branch information
ccorda committed Feb 6, 2024
1 parent b720bfa commit 33dc607
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,8 @@
"stylelint.validate": ["css", "scss"],
// Turn on auto-fixing for project defined linters.
"editor.codeActionsOnSave": {
// For ESLint
"source.fixAll.eslint": true,
// For Stylelint
"source.fixAll.stylelint": true
"source.fixAll.eslint": "explicit",
"source.fixAll.stylelint": "explicit"
},
// Disable built-in linters
"css.validate": false,
Expand Down

0 comments on commit 33dc607

Please sign in to comment.