From 46ccf2635445da72e24a47403dbd6114f099985a Mon Sep 17 00:00:00 2001 From: Matteo Collina Date: Wed, 13 Nov 2024 18:20:01 +0100 Subject: [PATCH] fixup Signed-off-by: Matteo Collina --- package.json | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/package.json b/package.json index 2017aca..3d9b521 100644 --- a/package.json +++ b/package.json @@ -12,9 +12,7 @@ }, "scripts": { "test": "c8 node --test test/test-*.js", - "format": "biome format --write .", - "lint": "biome ci .", - "pretest": "npm run format", + "lint": "eslint", "posttest": "c8 check-coverage --lines 100 --functions 100 --branches 100", "covtest": "c8 --reporter=lcov npm test", "cloneOas": "rm -rf OpenAPI-Specification && git clone --branch 'gh-pages' --single-branch https://github.com/OAI/OpenAPI-Specification.git",