delete .vscode / settings.json

delete .vscode / settings.json
This commit is contained in:
Alexander Friedland 2020-01-15 08:34:49 +01:00 committed by GitHub
parent af760c17ea
commit f784759434
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

15
.vscode/settings.json vendored
View File

@ -1,15 +0,0 @@
{
"eslint.validate": [
"javascript",
"javascriptreact",
{
"language": "vue",
"autoFix": true
}
],
"editor.formatOnSave": false,
"eslint.autoFixOnSave": true,
"editor.codeActionsOnSave": {
"source.fixAll.eslint": true
}
}