0
1
Fork 0
hedera-web-mindshore/.vscode/settings.json

10 lines
368 B
JSON
Raw Normal View History

2022-11-29 19:32:57 +00:00
{
"editor.bracketPairColorization.enabled": true,
"editor.guides.bracketPairs": true,
"editor.formatOnSave": true,
2024-07-17 01:02:31 +00:00
"editor.defaultFormatter": "esbenp.prettier-vscode",
"editor.codeActionsOnSave": ["source.fixAll.eslint"],
2024-08-17 03:06:19 +00:00
"eslint.validate": ["javascript", "javascriptreact", "typescript", "vue"],
"cSpell.words": ["axios", "composables"]
}