chore(vscode): Add eslint as a recommended extension (#6196)

This commit is contained in:
Richie Foreman 2025-08-14 12:14:02 -04:00 committed by GitHub
parent d6403c67ee
commit 8bebaedad4
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
{
"recommendations": ["vitest.explorer", "esbenp.prettier-vscode"]
"recommendations": [
"vitest.explorer",
"esbenp.prettier-vscode",
"dbaeumer.vscode-eslint"
]
}