.lintstagedrc.json 65 B

1234
  1. {
  2. "*.js": "eslint --fix",
  3. "*.{css,less}": "stylelint --fix"
  4. }