lint-staged.config.js 66 B

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