Files

10 lines
134 B
JSON
Raw Permalink Normal View History

2025-11-14 11:39:33 +08:00
{
"eslint.validate": [
"javascript",
"html"
],
"editor.codeActionsOnSave": {
"source.fixAll.eslint": true
}
}