g6/.vscode/settings.json

7 lines
112 B
JSON
Raw Normal View History

2020-03-26 00:17:21 +08:00
{
"editor.formatOnSave": true,
"editor.codeActionsOnSave": {
"source.fixAll.eslint": true
}
}