module.exports = { '*.js': ['eslint --fix', 'prettier --write'], '*.{json,md,html,css,yml,yaml}': [] };