blob: ebd6bd5ed2aabe03b39272f6813f92799612bd01 [file] [log] [blame] [raw]
// eslint-disable-next-line import/no-default-export
export default {
'*.ts': [() => 'npm run ts-check'],
'*.[jt]s': ['npm run format-files --', 'npm run lint-files --'],
'*.{html,md}': ['npm run format-files --'],
};