fixAll.eslint: `true` -> `"explicit"`

main
Nuckyz 9 months ago
parent 1df0b571af
commit c86de3299e
No known key found for this signature in database
GPG Key ID: 440BF8296E1C4AD9

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

Loading…
Cancel
Save