mirror of
https://gitee.com/fantastic-admin/basic.git
synced 2024-12-02 03:57:37 +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"
|
|
}
|