chore: do not miss markdown files when running lint-staged

This commit is contained in:
fryorcraken.eth 2022-10-31 12:26:45 +11:00
parent fe0a3d938f
commit 592bbb0579
No known key found for this signature in database
GPG Key ID: A82ED75A8DFC50A4
1 changed files with 1 additions and 1 deletions

View File

@ -28,7 +28,7 @@
"*.ts": [
"eslint --fix"
],
"*.{ts,json,js}": [
"*.{ts,json,js,md}": [
"prettier --write"
]
}