0
Fork 0
mirror of https://github.com/logto-io/logto.git synced 2024-12-16 20:26:19 -05:00
logto/packages/ui/lint-staged.config.js
2021-07-25 22:39:45 +08:00

4 lines
147 B
JavaScript

module.exports = {
'*.ts?(x)': ['eslint --format pretty --cache --fix', () => 'tsc -p tsconfig.json --noEmit'],
"*.scss": "stylelint --fix"
};