From fec021aa5d63fa013d2a1a76718a6e9fe3b9673c Mon Sep 17 00:00:00 2001 From: Laurent Cozic Date: Tue, 12 Sep 2023 21:37:39 +0100 Subject: [PATCH] Tools: Remove now unnecessary checkLibPaths from commit hook --- lint-staged.config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lint-staged.config.js b/lint-staged.config.js index 54a9f2878..9af7c1e42 100644 --- a/lint-staged.config.js +++ b/lint-staged.config.js @@ -12,7 +12,7 @@ module.exports = { // '**/*.ts?(x)': () => 'npm run tsc', '*.{js,jsx,ts,tsx}': [ 'yarn run checkIgnoredFiles', - 'yarn run checkLibPaths', + // 'yarn run checkLibPaths', 'yarn run packageJsonLint', 'yarn run linter-precommit', ],