From 91533ddc406cd0e6cb591b049cf129f214d018c0 Mon Sep 17 00:00:00 2001 From: Eric Gentry Date: Fri, 27 Oct 2023 11:46:03 -0400 Subject: [PATCH] Updated ESLint ignore entries in the example's package.json. --- toparea-text-widget/package.json | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/toparea-text-widget/package.json b/toparea-text-widget/package.json index 7c46dc3f..1eaa0097 100644 --- a/toparea-text-widget/package.json +++ b/toparea-text-widget/package.json @@ -96,7 +96,10 @@ "node_modules", "dist", "coverage", - "**/*.d.ts" + "**/*.d.ts", + "tests", + "**/__tests__", + "ui-tests" ], "eslintConfig": { "extends": [