3
0
Fork 0
mirror of https://github.com/ZeppelinBot/Zeppelin.git synced 2025-05-25 18:25:03 +00:00

chore: run prettier on unformatted files

This commit is contained in:
Dragory 2021-11-03 16:54:21 +02:00
parent 21db6eac7b
commit 6aa40c09c3
2 changed files with 2 additions and 5 deletions

View file

@ -24,8 +24,5 @@
"useUnknownInCatchVariables": false,
"allowJs": true
},
"include": [
"src/**/*.ts",
"ormconfig.js"
]
"include": ["src/**/*.ts", "ormconfig.js"]
}