mirror of
https://github.com/compiler-explorer/compiler-explorer.git
synced 2025-12-27 10:33:59 -05:00
Oops
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
// eslint-disable-next-line import/no-default-export
|
||||
export default {
|
||||
'*.ts': [() => 'npm run ts-check', 'npm run format-files --', 'npm run lint-files --'],
|
||||
'*.js': [() => 'npm run format-files --', 'npm run lint-files --'],
|
||||
'*.js': ['npm run format-files --', 'npm run lint-files --'],
|
||||
'*.{html,md}': ['npm run format-files --'],
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user