diff --git a/.nycrc b/.nycrc index b34d4de03..9a7d6dc48 100644 --- a/.nycrc +++ b/.nycrc @@ -1,10 +1,5 @@ { - "reporter": [ - "text", - "lcov", - "json", - "html" - ], + "reporter": ["text", "lcov", "json", "html"], "exclude": [ "node_modules/**/*", "cypress/**/*", @@ -16,4 +11,4 @@ ], "all": true, "check-coverage": false -} \ No newline at end of file +}