sky-take-out/lint-staged.config.js

4 lines
73 B
JavaScript

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