mirror of
https://gitee.com/ccnetcore/Yi
synced 2026-04-10 11:16:37 +08:00
15 lines
174 B
Plaintext
15 lines
174 B
Plaintext
{
|
|
"*.{ts,tsx}": [
|
|
"eslint --fix",
|
|
"git add"
|
|
],
|
|
"*.{json,js,jsx}": [
|
|
"eslint --fix",
|
|
"git add"
|
|
],
|
|
"*.vue": [
|
|
"eslint --fix",
|
|
"git add"
|
|
]
|
|
}
|