Skip to content

Commit b780e3d

Browse files
committed
chore: update lint-staged configuration
1 parent 99cdbf1 commit b780e3d

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.lintstagedrc.yml

+4-2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
11
'*.{js,ts}': eslint --fix
2-
'projects/**/*.html': eslint --fix
2+
'projects/**/*.html':
3+
- eslint --fix
4+
- prettier --write
35
'docs/**/*.html': prettier --write
4-
'*.{md,mdx,css,astro}': prettier --write
6+
'*.{md,mdx,css,scss,astro,yaml,yml}': prettier --write

0 commit comments

Comments
 (0)