From c16c3d67cb4adbcdf12a06d153a99f740eb67cba Mon Sep 17 00:00:00 2001 From: Andreas Beuge Date: Wed, 6 Nov 2024 14:17:51 +0100 Subject: [PATCH] feat: added fake lint command --- package.json | 1 + 1 file changed, 1 insertion(+) diff --git a/package.json b/package.json index 880db47..3b1ec56 100644 --- a/package.json +++ b/package.json @@ -4,6 +4,7 @@ "description": "parcellab DRY code", "main": "index.js", "scripts": { + "lint": "echo 'Linting missing in this project'", "test": "unset LOG_LEVEL; nyc mocha --require @babel/register --exit", "build": "babel ./src -d ./lib", "publish": "npm run build && git commit -a -m 'buit release....' && npm version patch && git push --follow-tags"