From 8890f85e68161f208996b34501637e677aa4c6ec Mon Sep 17 00:00:00 2001 From: Cotes Chung <11371340+cotes2020@users.noreply.github.com> Date: Sun, 22 Dec 2024 03:34:31 +0800 Subject: [PATCH] chore: add ESLint config file --- .eslintrc.json | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 .eslintrc.json diff --git a/.eslintrc.json b/.eslintrc.json new file mode 100644 index 00000000000..5249a4656cc --- /dev/null +++ b/.eslintrc.json @@ -0,0 +1,3 @@ +{ + "ignores": ["assets/js/data/*"] +}