From cb22bf7b979c6bdb343ad9f547fa242dbaafa1b9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E3=82=A2=E3=83=AC=E3=82=AF=E3=82=B5=E3=83=B3=E3=83=80?= =?UTF-8?q?=E3=83=BC=2Eeth?= Date: Tue, 20 Feb 2024 20:01:40 +0900 Subject: [PATCH] fix: linter has errors related to chainlist --- .eslintignore | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 .eslintignore diff --git a/.eslintignore b/.eslintignore new file mode 100644 index 00000000..100d0a71 --- /dev/null +++ b/.eslintignore @@ -0,0 +1,3 @@ +build/esbuild-build.ts +static/scripts/rewards/constants.ts +static/scripts/rewards/render-transaction/render-transaction.ts \ No newline at end of file