From 4b99983bd3a1592ea044d8a173d6edb8319275a0 Mon Sep 17 00:00:00 2001 From: ItalyPaleAle <43508+ItalyPaleAle@users.noreply.github.com> Date: Fri, 8 Dec 2023 19:41:33 -0800 Subject: [PATCH] Disable linter for sample app --- .eslintignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.eslintignore b/.eslintignore index b0edaaf..c687e96 100644 --- a/.eslintignore +++ b/.eslintignore @@ -2,6 +2,9 @@ test/app/dist examples/*/dist +# Test app +test/app + # Files that use dynamic imports test/app/src/routes.js examples/dynamic-imports/src/routes.js