From d786e1ad083595ef16177ea4b20bce773599f307 Mon Sep 17 00:00:00 2001 From: Alf Sebastian Houge Date: Fri, 21 Jul 2023 15:41:15 +0200 Subject: [PATCH] Remove commit linters from package.json Remove these commit linters as they are giving us problems with the docker build. Might reintroduce once we get the dependencies more up to date --- ui/package.json | 2 -- 1 file changed, 2 deletions(-) diff --git a/ui/package.json b/ui/package.json index 2d53a0b..1ce56a4 100644 --- a/ui/package.json +++ b/ui/package.json @@ -63,8 +63,6 @@ "eslint-plugin-vue": "^9.9.0", "express": "^4.18.2", "hygen": "^6.2.11", - "imagemin-lint-staged": "^0.5.1", - "lint-staged": "^13.1.1", "markdownlint-cli": "^0.33.0", "npm-run-all": "^4.1.1", "sass": "^1.58.0",