chore: fix lint
This commit is contained in:
@@ -1,3 +1,4 @@
|
|||||||
{
|
{
|
||||||
"extends": "@antfu"
|
"extends": "@antfu",
|
||||||
|
"ignorePatterns": "*.json"
|
||||||
}
|
}
|
||||||
|
|||||||
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
@@ -49,6 +49,6 @@ jobs:
|
|||||||
|
|
||||||
- name: Convert CSV to JSON
|
- name: Convert CSV to JSON
|
||||||
run: npm run convert
|
run: npm run convert
|
||||||
|
|
||||||
- name: Typecheck
|
- name: Typecheck
|
||||||
run: pnpm run typecheck
|
run: pnpm run typecheck
|
||||||
|
|||||||
Reference in New Issue
Block a user