diff --git a/.gitignore b/.gitignore index 07623b965..eb661fd6a 100644 --- a/.gitignore +++ b/.gitignore @@ -1,7 +1,6 @@ .env .idea *.iml -.vscode .DS_Store npm-debug.log* yarn-debug.log* diff --git a/.vscode/settings.json b/.vscode/settings.json new file mode 100644 index 000000000..9acbf50bd --- /dev/null +++ b/.vscode/settings.json @@ -0,0 +1,12 @@ +{ + "eslint.validate": [ + "javascript", + "javascriptreact", + { + "language": "vue", + "autoFix": true + } + ], + "editor.formatOnSave": false, + "eslint.autoFixOnSave": true +} \ No newline at end of file