Newer
Older
jh-business-system / .lintstagedrc
dutingting 27 days ago 220 bytes Initial 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"]
}