.lintstagedrc 213 B

12345
  1. {
  2. "src/**/*.{ts,tsx}": "eslint --cache --fix",
  3. "src/**/*.{css,scss}": "stylelint --cache --fix --allow-empty-input",
  4. "src/**/*.vue": ["eslint --cache --fix", "stylelint --cache --fix --allow-empty-input"]
  5. }