Skip to content
This repository has been archived by the owner on Jul 3, 2024. It is now read-only.

Commit

Permalink
chore: update eslint configuration to use explicit fixAll.eslint value
Browse files Browse the repository at this point in the history
  • Loading branch information
ewilan-riviere committed Jul 3, 2024
1 parent 00bcc8e commit 806340c
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 @@ -6,7 +6,7 @@
"editor.formatOnSave": false
},
"editor.codeActionsOnSave": {
"source.fixAll.eslint": true
"source.fixAll.eslint": "explicit"
},
"eslint.validate": ["javascript", "js", "typescript"],
"typescript.tsdk": "node_modules/typescript/lib",
Expand Down

0 comments on commit 806340c

Please sign in to comment.