Files
compiler-explorer/lint-staged.config.mjs
Matt Godbolt 86f37b0ada Fix js
2025-05-31 09:08:46 -05:00

5 lines
116 B
JavaScript

export default {
'*.ts': ['npm run lint', () => 'npm run ts-check'],
'*.{html,md,js}': ['npm run lint'],
};