.lintstagedrc.json 50 B

123
  1. {
  2. "*.{ts,vue}": ["eslint", "prettier --write"]
  3. }