module.exports = { '*.{js,jsx,ts,tsx}': ['eslint --fix'], '*.json': ['prettier --write'], '*.{css,scss}': ['stylelint --fix'], }