chore: fix lint

This commit is contained in:
YunYouJun
2022-04-14 20:01:58 +08:00
parent 1fb7d8db94
commit 24b1685f35
2 changed files with 3 additions and 2 deletions

View File

@@ -1,3 +1,4 @@
{
"extends": "@antfu"
"extends": "@antfu",
"ignorePatterns": "*.json"
}

View File

@@ -49,6 +49,6 @@ jobs:
- name: Convert CSV to JSON
run: npm run convert
- name: Typecheck
run: pnpm run typecheck