Newer
Older
xc-metering-front / .lintstagedrc
liyaguang on 19 Jul 2023 220 bytes first commit
{
  "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"]
}