chore: update settings (#6974)

This commit is contained in:
Michael Kriese 2020-08-14 07:54:58 +02:00 committed by GitHub
parent 8e0355e60d
commit 692c1e612f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 4 additions and 4 deletions

View file

@ -10,6 +10,7 @@ coverage
**/__mocks__/**
**/*.d.ts
/config.js
.clinic/
# generated code
**/*.generated.ts

2
.gitignore vendored
View file

@ -16,8 +16,10 @@ junit.xml
/test-results
renovate-schema.json
**/gradle-wrapper/__fixtures__/**/.gradle
.clinic/
# generated code
**/*.generated.ts
tools/dist
test/datasource/nuget/_fixtures/obj

View file

@ -12,6 +12,7 @@ package.json
**/__fixtures__/
**/__mocks__/
bin/yarn*
.clinic/
# generated code
**/*.generated.ts

View file

@ -1,8 +1,4 @@
{
"eslint.validate": [
"javascript",
{ "language": "typescript", "autoFix": true }
],
"[javascript]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
},