parent
a7b4e539df
commit
d12bd73eb2
@ -0,0 +1,7 @@ |
||||
{ |
||||
"recommendations": [ |
||||
"dbaeumer.vscode-eslint", |
||||
"ms-python.python", |
||||
"humao.rest-client" |
||||
] |
||||
} |
@ -0,0 +1,19 @@ |
||||
{ |
||||
"typescript.tsdk": "frontend/node_modules/typescript/lib", |
||||
"eslint.format.enable": true, |
||||
"eslint.codeActionsOnSave.mode": "all", |
||||
"[typescript]": { |
||||
"editor.formatOnSave": false, |
||||
"editor.codeActionsOnSave": { |
||||
"source.fixAll.eslint": true |
||||
} |
||||
}, |
||||
"[typescriptreact]": { |
||||
"editor.formatOnSave": false, |
||||
"editor.codeActionsOnSave": { |
||||
"source.fixAll.eslint": true |
||||
} |
||||
}, |
||||
"python.linting.pylintEnabled": true, |
||||
"python.linting.enabled": true, |
||||
} |
Binary file not shown.
Loading…
Reference in new issue