From 24b1685f35c4bc343e285fe15c7e34ed11123bc9 Mon Sep 17 00:00:00 2001 From: YunYouJun Date: Thu, 14 Apr 2022 20:01:58 +0800 Subject: [PATCH] chore: fix lint --- .eslintrc | 3 ++- .github/workflows/ci.yml | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/.eslintrc b/.eslintrc index 09c2e42..d97c193 100644 --- a/.eslintrc +++ b/.eslintrc @@ -1,3 +1,4 @@ { - "extends": "@antfu" + "extends": "@antfu", + "ignorePatterns": "*.json" } diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 34cc247..3361136 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -49,6 +49,6 @@ jobs: - name: Convert CSV to JSON run: npm run convert - + - name: Typecheck run: pnpm run typecheck