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