axios-miniprogram/lint-staged.config.js

4 lines
68 B
JavaScript
Raw Normal View History

2020-07-27 12:29:58 +08:00
module.exports = {
2020-07-27 12:58:38 +08:00
'*.{ts,tsx}': ['prettier', 'eslint --fix'],
2020-07-27 12:29:58 +08:00
};