axios-miniprogram/lint-staged.config.js

4 lines
68 B
JavaScript

module.exports = {
'*.{ts,tsx}': ['prettier', 'eslint --fix'],
};