cdht-web-admin/lint-staged.config.js
2025-06-19 17:32:00 +08:00

5 lines
118 B
JavaScript

module.exports = {
'*.{vue,js,ts,jsx,tsx}': ['eslint --fix', 'prettier --write'],
'*.md': ['prettier --write']
};