Skip to content

Commit

Permalink
Added installed-check (#164)
Browse files Browse the repository at this point in the history
  • Loading branch information
patricklafrance committed Apr 8, 2024
1 parent 143b352 commit 23edeb1
Show file tree
Hide file tree
Showing 2 changed files with 114 additions and 5 deletions.
2 changes: 2 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@
"lint": "pnpm run \"/^lint:.*/\"",
"lint:eslint": "eslint . --max-warnings=-0 --cache --cache-location node_modules/.cache/eslint",
"lint:knip": "knip",
"lint:installed-check": "installed-check",
"lint:types": "pnpm -r --parallel --include-workspace-root exec tsc",
"changeset": "changeset",
"ci-release": "pnpm build && changeset publish",
Expand Down Expand Up @@ -54,6 +55,7 @@
"@workleap/typescript-configs": "3.0.2",
"cross-env": "7.0.3",
"eslint": "8.57.0",
"installed-check": "9.3.0",
"jest": "29.7.0",
"knip": "5.0.4",
"netlify-cli": "17.19.3",
Expand Down
117 changes: 112 additions & 5 deletions pnpm-lock.yaml

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

0 comments on commit 23edeb1

Please sign in to comment.