Files
talk/.lintstagedrc.json
T
2018-02-23 11:48:44 -07:00

14 lines
197 B
JSON

{
"linters": {
"*.js": [
"git-exec-and-restage eslint --fix --"
],
"bin/cli*": [
"git-exec-and-restage eslint --fix --"
],
"*.yml": [
"yamllint"
]
}
}