mirror of
https://gitee.com/fantastic-admin/basic.git
synced 2024-11-29 18:48:31 +08:00
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"
|
|
}
|