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