harb/services/txnBot/.lintstagedrc.json
johba 514be62cbb txnbot - rewrite and lint (#53)
resolves #46

Co-authored-by: johba <johba@harb.eth>
Reviewed-on: https://codeberg.org/johba/harb/pulls/53
2025-10-04 15:40:30 +02:00

6 lines
70 B
JSON

{
"src/**/*.ts": [
"eslint --fix",
"prettier --write"
]
}