From 58ff7c279d1ddc0e1947b6cb2cdddd145434818b Mon Sep 17 00:00:00 2001 From: Nariman Jelveh Date: Sun, 7 Jul 2024 21:38:39 -0700 Subject: [PATCH] Update .eslintignore --- src/dev-center/.eslintignore | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/dev-center/.eslintignore b/src/dev-center/.eslintignore index 4ba8c1b3a..d79de4609 100644 --- a/src/dev-center/.eslintignore +++ b/src/dev-center/.eslintignore @@ -1,2 +1,2 @@ -js/slugify.js -js/html-entities.js \ No newline at end of file +./js/slugify.js +./js/html-entities.js \ No newline at end of file