mirror of
https://github.com/jpros/tacticalrmm-web.git
synced 2026-01-20 03:50:21 +00:00
22 lines
678 B
JSON
22 lines
678 B
JSON
{
|
|
"editor.bracketPairColorization.enabled": true,
|
|
"editor.guides.bracketPairs": true,
|
|
"editor.formatOnSave": true,
|
|
"[vue][javascript][typescript][javascriptreact]": {
|
|
"editor.defaultFormatter": "esbenp.prettier-vscode",
|
|
"editor.codeActionsOnSave": ["source.fixAll.eslint"],
|
|
},
|
|
"eslint.validate": ["javascript", "javascriptreact", "typescript", "vue"],
|
|
"typescript.tsdk": "node_modules/typescript/lib",
|
|
"files.watcherExclude": {
|
|
"files.watcherExclude": {
|
|
"**/.git/objects/**": true,
|
|
"**/.git/subtree-cache/**": true,
|
|
"**/node_modules/": true,
|
|
"/node_modules/**": true,
|
|
"**/env/": true,
|
|
"/env/**": true,
|
|
}
|
|
}
|
|
}
|