.lintstagedrc 99 B

123
  1. {
  2. "src/**/*.{html,vue,ts,js,json,md}": ["prettier --write", "eslint --fix", "stylelint --fix"]
  3. }