Web-Console/lint-staged.config.js
2023-02-01 21:45:41 +08:00

4 lines
73 B
JavaScript

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