From 465f9698ac7382bd9865034f426283c5af4c14a5 Mon Sep 17 00:00:00 2001 From: Gajus Kuizinas Date: Tue, 7 Feb 2023 03:18:43 -0600 Subject: [PATCH] feat: add no-unused-exports rule --- tests/fixtures/noUnusedExports/tsconfig.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/fixtures/noUnusedExports/tsconfig.json b/tests/fixtures/noUnusedExports/tsconfig.json index 102110d..7e26fb2 100644 --- a/tests/fixtures/noUnusedExports/tsconfig.json +++ b/tests/fixtures/noUnusedExports/tsconfig.json @@ -1,5 +1,5 @@ { "include": [ - ".", + "." ] } \ No newline at end of file