From cb8f0aa35951763f082befc8bfda495c9cd41963 Mon Sep 17 00:00:00 2001 From: Nariman Jelveh Date: Sun, 7 Jul 2024 21:40:53 -0700 Subject: [PATCH] wtf is wrong with eslint?! --- 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 d79de460..9b9590a5 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