From 40e83944f0a281a2d9c73cd9b950c1506e9c9c69 Mon Sep 17 00:00:00 2001 From: Joost de Bruijn Date: Fri, 29 Dec 2023 15:27:00 +0000 Subject: [PATCH] wip: v2 --- package.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index 880254a..bbe2790 100644 --- a/package.json +++ b/package.json @@ -4,7 +4,8 @@ "description": "Node module to obtain Dutch postcodes via postcodeapi.nu", "main": "index.js", "scripts": { - "test": "nyc mocha" + "test": "nyc mocha", + "lint": "standard" }, "repository": { "type": "git",