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', ],