cpnode-front/.lintstagedrc.json
2021-12-27 16:14:28 +08:00

5 lines
109 B
JSON

{
"src/**/*.{js,ts,tsx,vue}": "eslint --cache --fix",
"src/**/*.{css,scss,vue,tsx}": "stylelint --fix"
}