.lintstagedrc 96 B

1234
  1. {
  2. "*.{ts,tsx,vue}": "eslint --cache --fix",
  3. "*.{css,scss,vue}": "stylelint --cache --fix"
  4. }