ulthar-framework/.lintstagedrc.json

5 lines
63 B
JSON

{
"*": ["deno fmt --check"],
"*.ts": ["deno lint --fix"]
}