mirror of
https://gitee.com/ccnetcore/Yi
synced 2026-04-05 16:56:35 +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"
|
|
]
|
|
}
|