From 32d227bb821e9b60ffaa7f77ffd938b43644062d Mon Sep 17 00:00:00 2001 From: Andy Hong Date: Tue, 30 Dec 2025 23:30:45 +0900 Subject: [PATCH] =?UTF-8?q?chore:=20.eslintignore=20=EC=A0=95=EC=9D=98=20(?= =?UTF-8?q?#11)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .eslintignore | 2 ++ .eslintrc | 1 - 2 files changed, 2 insertions(+), 1 deletion(-) create mode 100644 .eslintignore diff --git a/.eslintignore b/.eslintignore new file mode 100644 index 00000000..4a52fef4 --- /dev/null +++ b/.eslintignore @@ -0,0 +1,2 @@ +commitlint.config.js +vite.config.ts diff --git a/.eslintrc b/.eslintrc index bd44faf5..480ad3c1 100644 --- a/.eslintrc +++ b/.eslintrc @@ -1,6 +1,5 @@ { "root": true, - "ignorePatterns": ["commitlint.config.js", "vite.config.ts"], "env": { "browser": true, "es2021": true