We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 99cdbf1 commit b780e3dCopy full SHA for b780e3d
.lintstagedrc.yml
@@ -1,4 +1,6 @@
1
'*.{js,ts}': eslint --fix
2
-'projects/**/*.html': eslint --fix
+'projects/**/*.html':
3
+ - eslint --fix
4
+ - prettier --write
5
'docs/**/*.html': prettier --write
-'*.{md,mdx,css,astro}': prettier --write
6
+'*.{md,mdx,css,scss,astro,yaml,yml}': prettier --write
0 commit comments