Skip to content
This repository was archived by the owner on May 8, 2025. It is now read-only.

Commit d3ff85c

Browse files
committed
fix: remove lint on create complete
doesn't actually work and only shows an error after install
1 parent dcb52e0 commit d3ff85c

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

generator/index.js

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -38,8 +38,5 @@ module.exports = (api, opts) => {
3838

3939
// Update vue.config.js for transpileDependency
4040
vuetify.updateOrCreateVueConfig(api)
41-
42-
// lint & fix after create to ensure files adhere to chosen config
43-
shell.exec('npm run lint --fix')
4441
})
4542
}

0 commit comments

Comments
 (0)