From 96a2e4c6fb20db3ae0fe98687ccbcbd0b0c832bb Mon Sep 17 00:00:00 2001 From: einhornimmond Date: Thu, 25 Mar 2021 13:35:38 +0100 Subject: [PATCH] fix linting errors --- frontend/vue.config.js | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/frontend/vue.config.js b/frontend/vue.config.js index 81b4f3d75..5b031b7cf 100644 --- a/frontend/vue.config.js +++ b/frontend/vue.config.js @@ -29,6 +29,5 @@ module.exports = { // Enable CSS source maps. sourceMap: process.env.NODE_ENV !== 'production', }, - outputDir: path.resolve(__dirname, './dist/vue' ), + outputDir: path.resolve(__dirname, './dist/vue'), } -