fixAll.eslint: true -> "explicit"

This commit is contained in:
Nuckyz 2023-12-12 23:26:17 -03:00
parent 1df0b571af
commit c86de3299e
No known key found for this signature in database
GPG key ID: 440BF8296E1C4AD9

View file

@ -1,7 +1,7 @@
{
"editor.formatOnSave": true,
"editor.codeActionsOnSave": {
"source.fixAll.eslint": true
"source.fixAll.eslint": "explicit"
},
"[typescript]": {
"editor.defaultFormatter": "vscode.typescript-language-features"