forked from iod/cpnode-front
5 lines
109 B
JSON
5 lines
109 B
JSON
{
|
|
"src/**/*.{js,ts,tsx,vue}": "eslint --cache --fix",
|
|
"src/**/*.{css,scss,vue,tsx}": "stylelint --fix"
|
|
}
|