We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
pretty-quick
1 parent 495efc5 commit 7e1866eCopy full SHA for 7e1866e
3 files changed
.lintstagedrc.js
@@ -0,0 +1,4 @@
1
+module.exports = {
2
+ '*.{ts,tsx,vue,css,less,scss,html,htm,md,markdown}': 'prettier --write',
3
+ '*.{js,jsx,json,yml,yaml}': ['prettier --write', () => 'npm run test'],
4
+}
0 commit comments