2021-09-16 21:08:02 +02:00
|
|
|
{
|
2025-03-01 14:14:43 +01:00
|
|
|
"editor.bracketPairColorization.enabled": true,
|
|
|
|
|
"editor.guides.bracketPairs": true,
|
|
|
|
|
"editor.formatOnSave": true,
|
|
|
|
|
"editor.defaultFormatter": "esbenp.prettier-vscode",
|
|
|
|
|
"editor.codeActionsOnSave": [],
|
2023-12-09 00:19:48 +01:00
|
|
|
"eslint.validate": [
|
|
|
|
|
"javascript",
|
|
|
|
|
"javascriptreact",
|
|
|
|
|
"typescript",
|
|
|
|
|
"vue"
|
|
|
|
|
],
|
2025-03-01 14:14:43 +01:00
|
|
|
"typescript.tsdk": "node_modules/typescript/lib"
|
|
|
|
|
}
|