1
0
Fork 0
mirror of https://github.com/kou029w/_.git synced 2025-01-31 14:28:04 +00:00
_/frourio/.vscode/settings.json

7 lines
150 B
JSON
Raw Normal View History

2020-10-12 13:35:33 +09:00
{
"eslint.run": "onSave",
2020-11-19 16:16:33 +09:00
"editor.codeActionsOnSave": {
"source.fixAll.eslint": true
},
2020-10-12 13:35:33 +09:00
"typescript.tsdk": "node_modules/typescript/lib"
2020-11-19 16:16:33 +09:00
}