.lintstagedrc.json 79B

1234
  1. {
  2. "*.{js,jsx,vue}": ["prettier --write ."],
  3. "*.md": ["prettier --write"]
  4. }