lint-staged.config.js 64 B

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