Saas-Teamspace-2/lint-staged.config.js
2024-11-25 19:28:40 -05:00

4 lines
111 B
JavaScript

module.exports = {
'*': ['eslint --fix --no-warn-ignored'],
'**/*.ts?(x)': () => 'npm run check-types',
};