build: fix linting

This commit is contained in:
iCrawl
2023-08-24 23:08:29 +02:00
parent 9811514deb
commit e3127a0735
29 changed files with 338 additions and 172 deletions

View File

@@ -56,7 +56,7 @@
"prettier": "^3.0.2",
"tsup": "^7.2.0",
"turbo": "^1.10.13",
"typescript": "^5.1.6",
"typescript": "^5.2.2",
"vitest": "^0.34.2"
},
"engines": {

View File

@@ -39,3 +39,4 @@ runs:
YARN_ENABLE_GLOBAL_CACHE: 'false'
YARN_NM_MODE: 'hardlinks-local'
YARN_INSTALL_STATE_PATH: .yarn/ci-cache/install-state.gz
HUSKY: '0'