From e96037a073d64baf12f243ccd4dc541b552024ca Mon Sep 17 00:00:00 2001 From: kerms Date: Sat, 18 Jan 2025 16:43:03 +0100 Subject: [PATCH] minor(lint) add ignore for production dirs --- .eslintignore | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 .eslintignore diff --git a/.eslintignore b/.eslintignore new file mode 100644 index 0000000..76add87 --- /dev/null +++ b/.eslintignore @@ -0,0 +1,2 @@ +node_modules +dist \ No newline at end of file