diff options
| author | 2024-04-24 12:12:47 +0200 | |
|---|---|---|
| committer | 2024-04-24 11:12:47 +0100 | |
| commit | 7a1e6394831fb07e303c5ed0900dfe1ea4820de5 (patch) | |
| tree | bcd526463b19a85fbe821dcad2276da401daec18 /.vscode | |
| parent | [chore]: Bump codeberg.org/gruf/go-mutexes from 1.4.0 to 1.4.1 (#2860) (diff) | |
| download | gotosocial-7a1e6394831fb07e303c5ed0900dfe1ea4820de5.tar.xz | |
[chore] Refactor settings panel routing (and other fixes) (#2864)
Diffstat (limited to '.vscode')
| -rw-r--r-- | .vscode/settings.json | 13 |
1 files changed, 11 insertions, 2 deletions
diff --git a/.vscode/settings.json b/.vscode/settings.json index b2adc1cb8..beb76548d 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -10,5 +10,14 @@ }, "eslint.workingDirectories": ["web/source"], "eslint.lintTask.enable": true, - "eslint.lintTask.options": "${workspaceFolder}/web/source" -}
\ No newline at end of file + "eslint.lintTask.options": "${workspaceFolder}/web/source", + "eslint.validate": [ + "javascript", + "javascriptreact", + "typescript", + "typescriptreact" + ], + "editor.codeActionsOnSave": { + "source.fixAll.eslint": "explicit" + } +} |
