Skip to content

Commit

Permalink
chore: WIP, use Typesync Monorepo support
Browse files Browse the repository at this point in the history
Fixes #193
  • Loading branch information
AndreaPontrandolfo committed Nov 1, 2024
1 parent 90ef6e5 commit dab7e87
Show file tree
Hide file tree
Showing 4 changed files with 51 additions and 29 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"publint": "turbo run publint --concurrency=1",
"are-the-types-wrong": "turbo run are-the-types-wrong",
"manypkg": "manypkg check",
"typesync": "turbo run typesync",
"typesync": "typesync --dry=fail",
"typecheck": "turbo run typecheck",
"knip": "knip",
"validate-config": "turbo run validate-config",
Expand All @@ -35,7 +35,7 @@
"knip": "^5.25.1",
"prettier": "^3.3.2",
"turbo": "^2.2.3",
"typesync": "^0.13.0"
"typesync": "^0.13.3"
},
"packageManager": "[email protected]",
"engines": {
Expand Down
1 change: 0 additions & 1 deletion packages/eslint-config-sheriff/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,6 @@
"@types/confusing-browser-globals": "^1.0.3",
"@types/eslint-plugin-jsx-a11y": "^6.9.0",
"@types/eslint__js": "^8.42.3",
"@types/lodash": "^4.17.6",
"@types/node": "^22.5.1",
"@typescript-eslint/utils": "^8.6.0",
"dts-bundle-generator": "^9.5.1",
Expand Down
74 changes: 49 additions & 25 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 0 additions & 1 deletion turbo.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,6 @@
},
"//#manypkg": {},
"//#knip": {},
"typesync": {},
"are-the-types-wrong": {
"dependsOn": ["build"]
},
Expand Down

0 comments on commit dab7e87

Please sign in to comment.