Skip to content

Commit

Permalink
Merge pull request #1506 from ProcessMaker/disable-lint-on-serve-1
Browse files Browse the repository at this point in the history
Do not run linter on npm run serve
  • Loading branch information
nolanpro authored Jan 4, 2024
2 parents cb0d686 + e10cadd commit dcef7b1
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 dcef7b1

Please sign in to comment.