Change project setup
Lint / lint (push) Failing after 11s

This commit is contained in:
Julien Valverdé
2025-10-01 13:23:11 +02:00
parent 32ba35e4a9
commit 520ee8ac1f
17 changed files with 126 additions and 291 deletions
+3 -5
View File
@@ -25,19 +25,17 @@
"scripts": {
"build": "tsc",
"lint:tsc": "tsc --noEmit",
"lint:biome": "biome lint",
"pack": "npm pack",
"clean:cache": "rm -f tsconfig.tsbuildinfo",
"clean:cache": "rm -rf .turbo tsconfig.tsbuildinfo",
"clean:dist": "rm -rf dist",
"clean:node": "rm -rf node_modules"
"clean:modules": "rm -rf node_modules"
},
"peerDependencies": {
"@types/react": "^19.0.0",
"effect": "^3.15.0",
"react": "^19.0.0"
},
"devDependencies": {
"@effect/language-service": "^0.35.2"
},
"dependencies": {
"@typed/async-data": "^0.13.1"
}