diff --git a/generator/index.js b/generator/index.js index b1b70ad3..9dbafd6a 100644 --- a/generator/index.js +++ b/generator/index.js @@ -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') }) }