5 lines
96 B
Plaintext
5 lines
96 B
Plaintext
|
|
{
|
||
|
|
"*.{ts,tsx,vue}": "eslint --cache --fix",
|
||
|
|
"*.{css,scss,vue}": "stylelint --cache --fix"
|
||
|
|
}
|