Skip to content

Commit 0ca281d

Browse files
authored
Merge pull request #258 from alcpereira/chore/lint-staged
chore: format other file types in lint-staged
2 parents 1608674 + 6e9614e commit 0ca281d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.lintstagedrc.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{ "*.{js,ts}": "prettier --write" }
1+
{ "*.{js,ts,json,md,yaml,yml}": "prettier --write" }

0 commit comments

Comments
 (0)