From 416408a66487c26a03d449500f0323ee83147050 Mon Sep 17 00:00:00 2001 From: Brian Chirls Date: Sat, 30 Jul 2022 16:27:00 -0400 Subject: [PATCH] add examples to linting --- jest.config.json | 1 + 1 file changed, 1 insertion(+) diff --git a/jest.config.json b/jest.config.json index 29ad3cf..269e5a9 100644 --- a/jest.config.json +++ b/jest.config.json @@ -49,6 +49,7 @@ "runner": "jest-runner-eslint", "testMatch": [ "/src/**/*.{js,ts}?", + "/examples/**/*.{js,ts}?", "/tests/**/*.{js,ts}", "/tools/**/*.{js,ts}", "/config/**/*.{js,ts}"