This repository has been archived on 2025-08-31. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
yurigpt/.vscode/settings.json

7 lines
116 B
JSON

{
"editor.codeActionsOnSave": {
"source.fixAll.eslint": "explicit"
},
"eslint.validate": ["typescript"]
}