Spaces:
No application file
No application file
module.exports = { | |
'*.{js,ts}': ['eslint --fix', 'eslint'], | |
'**/*.ts?(x)': () => 'npm run check-types', | |
'*.json': ['prettier --write'], | |
}; | |