fix(config): add missing eslint devDependency
ci/woodpecker/push/ci Pipeline was successful
ci/woodpecker/pr/ci Pipeline was successful

The package declared an eslint lint script but eslint was not in
devDependencies, causing the pre-push hook to fail.

Co-Authored-By: Claude Opus 4.6 <[email protected]>
This commit is contained in:
2026-04-04 16:47:16 -05:00
co-authored by Claude Opus 4.6
parent 2b2d2b9387
commit 99a865db74
2 changed files with 4 additions and 0 deletions
+1
View File
@@ -27,6 +27,7 @@
"@mosaic/storage": "workspace:^"
},
"devDependencies": {
"eslint": "^9.0.0",
"typescript": "^5.8.0",
"vitest": "^2.0.0"
},
+3
View File
@@ -369,6 +369,9 @@ importers:
specifier: workspace:^
version: link:../storage
devDependencies:
eslint:
specifier: ^9.0.0
version: 9.39.4([email protected])
typescript:
specifier: ^5.8.0
version: 5.9.3