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.
1 parent e32fc2c commit da28f3eCopy full SHA for da28f3e
.lintstagedrc.mjs
@@ -1,3 +1,3 @@
1
export default {
2
- '*.{md,yml,json,js,ts,jsx,tsx,mjs,mts}': 'prettier --write',
+ '*.{md,yml,json,js,ts,jsx,tsx,mjs,mts}': 'pnpm -r lint',
3
}
0 commit comments