Skip to content

Commit da28f3e

Browse files
committed
update: linting command in .lintstagedrc.mjs
1 parent e32fc2c commit da28f3e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.lintstagedrc.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
export default {
2-
'*.{md,yml,json,js,ts,jsx,tsx,mjs,mts}': 'prettier --write',
2+
'*.{md,yml,json,js,ts,jsx,tsx,mjs,mts}': 'pnpm -r lint',
33
}

0 commit comments

Comments
 (0)