From f00119ea222945627b501f9e6a45cb11cdcde092 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ivan=20Nikoli=C4=87?= Date: Mon, 16 Sep 2024 09:31:07 +0200 Subject: [PATCH] Remove example linting for now For some reason, it takes a long time to do it so we skip it for now. --- .eslintrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.eslintrc b/.eslintrc index 99951fa..25a94a3 100644 --- a/.eslintrc +++ b/.eslintrc @@ -28,7 +28,7 @@ } ] }, - "ignorePatterns": ["helpers/esbuild/shim.js", "example/**/*.dist.js"], + "ignorePatterns": ["helpers/esbuild/shim.js", "example/**/*"], "overrides": [ { "files": "mock/*.js",