follow docs on typescript, eslint, prettier

This commit is contained in:
Thomas Ruoff
2022-09-08 23:14:20 +02:00
committed by Thomas Ruoff
parent 9082ac5f0f
commit c64a83ef78
7 changed files with 11 additions and 19 deletions

View File

@@ -1,7 +1,3 @@
{
"extends": [
"config:base",
":dependencyDashboard",
":automergeMinor"
]
"extends": ["config:base", ":dependencyDashboard", ":automergeMinor"]
}