From e10cadd3c747f7ac36f7fae31032d82d59363cee Mon Sep 17 00:00:00 2001 From: Nolan Ehrstrom Date: Thu, 4 Jan 2024 10:21:03 -0800 Subject: [PATCH] Do not run linter on npm run serve --- vue.config.js | 1 + 1 file changed, 1 insertion(+) diff --git a/vue.config.js b/vue.config.js index 498480407..c98b79ee4 100644 --- a/vue.config.js +++ b/vue.config.js @@ -12,6 +12,7 @@ if (process.env.NODE_ENV !== "production") { } module.exports = { + lintOnSave: false, runtimeCompiler: true, transpileDependencies: ["vuetable-2"], configureWebpack: {