xc-pad/lint-staged.config.js
2023-12-27 16:44:11 +08:00

4 rader
64 B
JavaScript

module.exports = {
'*.{js,jsx,vue}': 'vue-cli-service lint'
}