From 7d78bf4d2111af87636069ee2d35d6323ffc96be Mon Sep 17 00:00:00 2001 From: Jan Tuomi Date: Sat, 5 Feb 2022 15:18:48 +0200 Subject: Get stuff running --- .vscode/settings.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 .vscode/settings.json (limited to '.vscode') diff --git a/.vscode/settings.json b/.vscode/settings.json new file mode 100644 index 0000000..8217789 --- /dev/null +++ b/.vscode/settings.json @@ -0,0 +1,12 @@ +{ + "editor.formatOnSave": true, + "eslint.format.enable": true, + "eslint.alwaysShowStatus": true, + "editor.codeActionsOnSave": { + "source.fixAll.eslint": true + }, + "eslint.validate": [ + "javascript", + "typescript" + ] +} \ No newline at end of file -- cgit v1.3