Newer
Older
IntegratedFront / .lintstagedrc
lyg on 1 Nov 220 bytes first
{
  "src/**/*.{js,jsx,ts,tsx}": "eslint --cache --fix",
  "src/**/*.{css,scss}": "stylelint --cache --fix --allow-empty-input",
  "src/**/*.vue": ["eslint --cache --fix", "stylelint --cache --fix --allow-empty-input"]
}