From 3e6966b709d656c91d4bdbc3a4b9e569233de935 Mon Sep 17 00:00:00 2001 From: Matteo Collina Date: Tue, 17 Sep 2024 18:05:39 +0200 Subject: [PATCH] fixup Signed-off-by: Matteo Collina --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index e4c378c..c263d7c 100644 --- a/package.json +++ b/package.json @@ -5,8 +5,8 @@ "description": "Cerbos plugin for Fastify", "main": "index.js", "scripts": { - "test": "standard | snazzy && tap test/*test.js", - "lint": "standard" + "test": "eslint && tap test/*test.js", + "lint": "eslint --fix" }, "keywords": [ "fastify",