mirror of
https://github.com/compiler-explorer/compiler-explorer.git
synced 2025-12-27 09:23:52 -05:00
5 lines
116 B
JavaScript
5 lines
116 B
JavaScript
export default {
|
|
'*.ts': ['npm run lint', () => 'npm run ts-check'],
|
|
'*.{html,md,js}': ['npm run lint'],
|
|
};
|