mirror of
https://github.com/coder/coder.git
synced 2026-09-21 20:51:01 +08:00
* chore: Add linting rule to help catch InTx misuse This isn't perfect, as if you nest your misuse in another code block like an if statement, it won't catch it :/. It is better than nothing