axios-miniprogram/lint-staged.config.js

4 lines
79 B
JavaScript

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