We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f460457 commit c772b99Copy full SHA for c772b99
.lintstagedrc.js
@@ -2,7 +2,7 @@ module.exports = {
2
'*.{ts,tsx,js,jsx,json}': [
3
'npm run format:file',
4
'npm run lint-es:file:fix',
5
- 'npm run test:staged',
+ () => 'npm run test',
6
],
7
'*.{vue,css,less,scss,html,htm,md,markdown,yml,yaml}': [
8
0 commit comments