.lintstagedrc.json 92 B

12345
  1. {
  2. "*.js": "eslint --fix",
  3. "*.ts": "eslint --fix",
  4. "*.{json,md}": "prettier --write"
  5. }