31 lines
758 B
JSON
31 lines
758 B
JSON
{
|
|
"typescript.tsdk": "frontend/node_modules/typescript/lib",
|
|
"eslint.format.enable": true,
|
|
"eslint.codeActionsOnSave.mode": "all",
|
|
"[javascript]": {
|
|
"editor.formatOnSave": false,
|
|
"editor.codeActionsOnSave": {
|
|
"source.fixAll.eslint": true
|
|
}
|
|
},
|
|
"[javascriptreact]": {
|
|
"editor.formatOnSave": false,
|
|
"editor.codeActionsOnSave": {
|
|
"source.fixAll.eslint": true
|
|
}
|
|
},
|
|
"[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,
|
|
} |