Add .lintstagedrc config

Signed-off-by: Michael Telatynski <7t3chguy@gmail.com>
This commit is contained in:
Michael Telatynski 2026-02-24 15:48:21 +00:00
parent 8b61b89ee7
commit 99fe2d8716
No known key found for this signature in database
GPG Key ID: A2B008A5F49F5D0D

3
.lintstagedrc Normal file
View File

@ -0,0 +1,3 @@
{
"*": "prettier --write"
}