azon_seeker/.vscode/settings.json
2025-07-04 11:47:53 +08:00

13 lines
264 B
JSON

{
"typescript.tsdk": "node_modules/typescript/lib",
"editor.codeActionsOnSave": {
"source.fixAll.eslint": "explicit"
},
"files.associations": {
"*.css": "postcss"
},
"prettier.tabWidth": 2,
"prettier.printWidth": 100,
"editor.tabSize": 2
}