mirror of
https://github.com/compiler-explorer/compiler-explorer.git
synced 2025-12-27 10:33:59 -05:00
6 lines
170 B
JavaScript
6 lines
170 B
JavaScript
export default {
|
|
'*.ts': ['npm run lint', () => 'npm run ts-check'],
|
|
'*.js': ['npm run format-files --', 'npm run lint'],
|
|
'*.{html,md}': ['npm run lint'],
|
|
};
|