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"]
|
2024-07-17 00:17:22 +00:00
|
|
|
}
|