diff --git a/.c8rc.json b/.c8rc.json index b3cd21f..5aa96ce 100644 --- a/.c8rc.json +++ b/.c8rc.json @@ -1,8 +1,5 @@ { "src": "src", - "reporter": [ - "text", - "html" - ], + "reporter": ["text", "html"], "all": true } diff --git a/.idea/prettier.xml b/.idea/prettier.xml index d841dd4..4fe5cca 100644 --- a/.idea/prettier.xml +++ b/.idea/prettier.xml @@ -1,6 +1,7 @@ + \ No newline at end of file diff --git a/.mocharc.json b/.mocharc.json index 2e19139..ae53730 100644 --- a/.mocharc.json +++ b/.mocharc.json @@ -1,11 +1,5 @@ { - "require": [ - "ts-node/register", - "source-map-support/register" - ], - "node-option": [ - "loader=ts-node/esm", - "experimental-specifier-resolution=node" - ], + "require": ["ts-node/register", "source-map-support/register"], + "node-option": ["loader=ts-node/esm", "experimental-specifier-resolution=node"], "recursive": true }