azon_seeker/.vscode/settings.json

12 lines
241 B
JSON

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