From 0da86c1838cb4dd4b9d3147fb01da09b20db57e5 Mon Sep 17 00:00:00 2001 From: Valentin Popov Date: Sat, 29 Sep 2018 12:15:49 +0400 Subject: Settings of is this editor Signed-off-by: Valentin Popov --- .vscode/settings.json | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 .vscode/settings.json (limited to '.vscode/settings.json') diff --git a/.vscode/settings.json b/.vscode/settings.json new file mode 100644 index 0000000..35cf1ae --- /dev/null +++ b/.vscode/settings.json @@ -0,0 +1,19 @@ +{ + "editor.formatOnPaste": true, + "editor.formatOnSave": true, + "editor.formatOnType": true, + "eslint.autoFixOnSave": true, + "eslint.enable": true, + "eslint.validate": [ + "javascript", + "javascriptreact", + { + "language": "html", + "autoFix": true + } + ], + "eslint.workingDirectories": [ + "./src" + ], + "files.autoSave": "afterDelay", +} -- cgit v1.2.3