feat(crawler): fix async crawling

This commit is contained in:
2025-11-09 01:01:07 +02:00
parent e8c0f0422b
commit 2b5482e9f5
58 changed files with 243 additions and 169 deletions
+3 -11
View File
@@ -1,8 +1,6 @@
{
"commitlint": {
"extends": [
"@commitlint/config-conventional"
]
"extends": ["@commitlint/config-conventional"]
},
"config": {
"commitizen": {
@@ -85,14 +83,8 @@
"preset": "jest-expo"
},
"lint-staged": {
"*.ts": [
"prettier --write",
"eslint --fix"
],
"*.tsx": [
"prettier --write",
"eslint --fix"
]
"*.ts": ["prettier --write", "eslint --fix"],
"*.tsx": ["prettier --write", "eslint --fix"]
},
"main": "expo-router/entry",
"name": "drc-news",