axios-miniprogram/lint-staged.config.js

4 lines
79 B
JavaScript
Raw Normal View History

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