From 8fa19fc7123f23bba24421e33fec865672dc51ca Mon Sep 17 00:00:00 2001 From: NekoCyan Date: Fri, 23 Sep 2022 00:38:58 +0700 Subject: [PATCH] .eslintignore Clean Up. --- .eslintignore | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.eslintignore b/.eslintignore index d5812b2..3886241 100644 --- a/.eslintignore +++ b/.eslintignore @@ -1,3 +1,3 @@ { - "ignorePatterns": ["node_modules/*"], + "ignorePatterns": ["node_modules/*"] }