rig-task-bot/.vscode/settings.json

7 lines
116 B
JSON
Raw Permalink Normal View History

2024-09-30 01:41:25 +00:00
{
"editor.codeActionsOnSave": {
"source.fixAll.eslint": "explicit"
},
"eslint.validate": ["typescript"]
}