From eb86de19be0b392e9ee9b5d60eeecd55cdbf24b4 Mon Sep 17 00:00:00 2001 From: Ben Rombaut Date: Sat, 27 Aug 2022 18:06:35 -0400 Subject: [PATCH] Disable linting command --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 342fd29..5636f88 100644 --- a/package.json +++ b/package.json @@ -5,7 +5,7 @@ "scripts": { "serve": "vue-cli-service serve", "build": "vue-cli-service build", - "lint": "vue-cli-service lint", + "lint": "echo Linting Disabled!!!!!!! # vue-cli-service lint", "prepare": "husky install", "sync-bookshelf": "bash ./scripts/sync_bookshelf.sh", "sync-software": "bash ./scripts/sync_software.sh" @@ -108,4 +108,4 @@ "> 1%", "last 2 versions" ] -} +} \ No newline at end of file