ulthar-framework/.lintstagedrc.json
2024-10-15 16:16:28 -03:00

5 lines
49 B
JSON

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