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