We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents b31b1d7 + 9c3f654 commit 266efcaCopy full SHA for 266efca
1 file changed
lint-staged.config.js
@@ -1,3 +1,3 @@
1
export default {
2
- '*': ['pnpm format', 'pnpm lint:fix'],
+ '*': () => ['pnpm format', 'pnpm lint:fix'],
3
};
0 commit comments