Skip to content

Commit

Permalink
fix: remove lint on create complete
Browse files Browse the repository at this point in the history
doesn't actually work and only shows an error after install
  • Loading branch information
johnleider committed Nov 3, 2019
1 parent dcb52e0 commit d3ff85c
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions generator/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,5 @@ module.exports = (api, opts) => {

// Update vue.config.js for transpileDependency
vuetify.updateOrCreateVueConfig(api)

// lint & fix after create to ensure files adhere to chosen config
shell.exec('npm run lint --fix')
})
}

0 comments on commit d3ff85c

Please sign in to comment.