From b0233f6a249ccec0e19928cda5b4ea244c6c4bae Mon Sep 17 00:00:00 2001 From: Andrew A Date: Fri, 24 Feb 2023 19:51:42 +0100 Subject: [PATCH] Drop non-standard lint command Stick to existing approach leveraging grunt for dev tasks. --- package.json | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/package.json b/package.json index ee63ea08..d9c94072 100644 --- a/package.json +++ b/package.json @@ -46,7 +46,6 @@ }, "scripts": { "test": "grunt test", - "prepare": "grunt build", - "lint": "eslint ./src" + "prepare": "grunt build" } }