module.exports = { '*.{md,js,ts,jsx,tsx}': ['prettier --write --no-editorconfig', 'git add'], }