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