From a45ed40a8a542753e950cf904552ae6103fe476a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jo=C3=A3o=20Lenon?= Date: Tue, 19 Apr 2022 20:34:46 -0300 Subject: [PATCH] chore: remove eslint script --- package.json | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/package.json b/package.json index 3952e5d..ec74bff 100644 --- a/package.json +++ b/package.json @@ -12,8 +12,7 @@ "build": "tsc --project tsconfig.json && tscpaths -p tsconfig.json -s . -o .", "test": "npm run lint:fix && cross-env NODE_TS=true cross-env NODE_ENV=testing jest --verbose", "test:debug": "npm run lint:fix && cross-env NODE_TS=true cross-env NODE_ENV=testing cross-env DEBUG=api:* jest --verbose", - "eslint": "eslint", - "lint:fix": "npm run eslint \"{src,tests}/**/!(*.d)*.ts\" --fix" + "lint:fix": "eslint \"{src,tests}/**/!(*.d)*.ts\" --fix" }, "keywords": [ "nodejs",