Skip to content
Snippets Groups Projects
.lintstagedrc 56 B
{
  "*.{ts,tsx}": ["eslint --fix", "prettier --write"]
}