module.exports = { '*.{js,ts,tsx}': ['eslint --fix', 'git add'], }