From cf5fcee3f9d7c6eb261f77917a13d79016f7d67f Mon Sep 17 00:00:00 2001 From: Mahmoud Moravej Date: Wed, 16 Oct 2024 10:09:35 -0400 Subject: [PATCH] remove the lint:installed-check linting --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index f0630076..16b0384b 100644 --- a/package.json +++ b/package.json @@ -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",