Skip to content

Commit

Permalink
Do not run linter on npm run serve
Browse files Browse the repository at this point in the history
  • Loading branch information
nolanpro authored Jan 4, 2024
1 parent cb0d686 commit e10cadd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions vue.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ if (process.env.NODE_ENV !== "production") {
}

module.exports = {
lintOnSave: false,
runtimeCompiler: true,
transpileDependencies: ["vuetable-2"],
configureWebpack: {
Expand Down

0 comments on commit e10cadd

Please sign in to comment.