mirror of
https://github.com/wassname/talk.git
synced 2026-07-13 17:45:56 +08:00
14 lines
197 B
JSON
14 lines
197 B
JSON
{
|
|
"linters": {
|
|
"*.js": [
|
|
"git-exec-and-restage eslint --fix --"
|
|
],
|
|
"bin/cli*": [
|
|
"git-exec-and-restage eslint --fix --"
|
|
],
|
|
"*.yml": [
|
|
"yamllint"
|
|
]
|
|
}
|
|
}
|