From 6e58f45fc8fd7e80763093c15e4bf35616e4a3c0 Mon Sep 17 00:00:00 2001 From: willclarktech Date: Tue, 13 Oct 2020 12:31:16 +0200 Subject: [PATCH] Standardize .nycrc.yml --- .nycrc.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.nycrc.yml b/.nycrc.yml index 26e92b5a23..53298ddb55 100644 --- a/.nycrc.yml +++ b/.nycrc.yml @@ -1,2 +1,2 @@ extends: "@istanbuljs/nyc-config-typescript" -include: [build/**, 'src/**'] +include: ["build/**", "src/**"]