harb/kraiken-lib/.lintstagedrc.json
johba 6cbb1781ce tax rate, version and compose (#70)
resolves #67

Co-authored-by: johba <johba@harb.eth>
Reviewed-on: https://codeberg.org/johba/harb/pulls/70
2025-10-07 19:26:08 +02:00

6 lines
70 B
JSON

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