.lintstagedrc 88 B

123456
  1. {
  2. "**/*{.ts,.tsx,.js,.jsx,.css,.json}": [
  3. "prettier --write",
  4. "git add"
  5. ]
  6. }