1
0
mirror of https://github.com/dzeiocom/libs.git synced 2025-06-22 07:29:18 +00:00

Push reformat from eslint

Signed-off-by: Florian BOUILLON <florian.bouillon@delta-wings.net>
This commit is contained in:
2020-11-23 04:18:25 +01:00
parent 6f6ac3089a
commit b7147f0714
2 changed files with 142 additions and 145 deletions

View File

@ -0,0 +1,5 @@
module.exports = {
"parserOptions": {
"project": __dirname + "/tsconfig.json"
}
}