mirror of
https://gitee.com/fantastic-admin/basic.git
synced 2024-11-29 18:48:31 +08:00
5 lines
142 B
Plaintext
Executable File
5 lines
142 B
Plaintext
Executable File
{
|
|
"*.{ts,tsx,vue}": "eslint . --cache --fix",
|
|
"*.{css,scss,vue}": "stylelint src/**/*.{css,scss,vue} --cache --fix --allow-empty-input"
|
|
}
|