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