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