Skip to content

Commit

Permalink
remove the lint:installed-check linting
Browse files Browse the repository at this point in the history
  • Loading branch information
mahmoudmoravej committed Oct 16, 2024
1 parent 5665b98 commit cf5fcee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"lint:eslint": "eslint . --max-warnings=0 --cache --cache-location node_modules/.cache/eslint",
"lint:stylelint": "stylelint \"**/*.css\" --cache --cache-location node_modules/.cache/stylelint",
"lint:knip": "knip",
"lint:installed-check": "installed-check",
"lint[Note: it is not working]:installed-check": "installed-check",
"lint:types": "pnpm -r --parallel --filter \"!@workleap/typescript-configs\" exec tsc",
"changeset": "changeset",
"ci-release": "pnpm build && changeset publish",
Expand Down

0 comments on commit cf5fcee

Please sign in to comment.