Run eslint on tests too

This commit is contained in:
dapplion 2020-11-04 17:34:42 +00:00
parent 4b94467078
commit fd4c67b67d
1 changed files with 1 additions and 1 deletions

View File

@ -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",