cpnode-front/.lintstagedrc.json

5 lines
109 B
JSON
Raw Normal View History

2021-12-27 08:14:28 +00:00
{
"src/**/*.{js,ts,tsx,vue}": "eslint --cache --fix",
"src/**/*.{css,scss,vue,tsx}": "stylelint --fix"
}