Add VS Code configuration for ESlint (#28588)

Signed-off-by: Jon Koops <jonkoops@gmail.com>
This commit is contained in:
Jon Koops 2024-04-10 14:11:00 +02:00 committed by GitHub
parent 51fa054ba7
commit 99b4981a50
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

3
.vscode/settings.json vendored Normal file
View file

@ -0,0 +1,3 @@
{
"eslint.workingDirectories": ["js"]
}