Server/.lintstagedrc

3 lines
47 B
Text
Raw Normal View History

2024-09-05 00:21:51 -07:00
{
"*.{j,t}s": ["eslint", "prettier --write"]
}