mirror of https://github.com/status-im/js-waku.git
chore: do not miss markdown files when running lint-staged
This commit is contained in:
parent
fe0a3d938f
commit
592bbb0579
|
@ -28,7 +28,7 @@
|
|||
"*.ts": [
|
||||
"eslint --fix"
|
||||
],
|
||||
"*.{ts,json,js}": [
|
||||
"*.{ts,json,js,md}": [
|
||||
"prettier --write"
|
||||
]
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue