This repository has been archived on 2025-05-22. You can view files and clone it, but cannot push or open issues or pull requests.
mod-logs/.vscode/settings.json

7 lines
116 B
JSON

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