chore: use updated flag for eslint (#1831)

This commit is contained in:
Danish Arora 2024-02-08 12:25:00 +05:30 committed by GitHub
parent b875569f41
commit 601f78a8c0
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -3,7 +3,7 @@
"cSpell.enabled": true,
"editor.defaultFormatter": "dbaeumer.vscode-eslint",
"editor.codeActionsOnSave": {
"source.fixAll.eslint": true
"source.fixAll.eslint": "explicit"
},
"editor.formatOnSave": false, // Disable general format on save
"typescript.tsdk": "node_modules/typescript/lib",