From fd4c67b67dc4d219a6652933c6638546d91f35b3 Mon Sep 17 00:00:00 2001 From: dapplion Date: Wed, 4 Nov 2020 17:34:42 +0000 Subject: [PATCH] Run eslint on tests too --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index c5a773f..a4e48e9 100644 --- a/package.json +++ b/package.json @@ -26,7 +26,7 @@ "build-types": "tsc --declaration --incremental --outDir lib --emitDeclarationOnly", "build-web": "webpack --mode production --entry ./lib/web.js --output ./dist/bls.min.js", "check-types": "tsc --noEmit", - "lint": "eslint --color --ext .ts src/", + "lint": "eslint --color --ext .ts src/ test/", "lint:fix": "yarn run lint --fix", "pretest": "yarn check-types", "prepublishOnly": "yarn build",