lint-staged.config.js 73 B

123
  1. module.exports = {
  2. '*.{js,jsx,vue,ts,tsx}': 'vue-cli-service lint',
  3. };