0
Fork 0
mirror of https://github.com/logto-io/logto.git synced 2024-12-16 20:26:19 -05:00
logto/lint-staged.config.js

5 lines
130 B
JavaScript
Raw Permalink Normal View History

2022-12-29 01:52:43 -05:00
export default {
'*.ts?(x)': ['eslint --cache --fix', () => 'tsc -p tsconfig.json --noEmit'],
'*.scss': 'stylelint --fix',
};