Fixes ESLint to also incldue tests and fixes eslint errors in tests

This commit is contained in:
David Losert
2023-02-27 16:05:03 +00:00
committed by GitHub
parent 19ee172e7e
commit 1b9faef957
7 changed files with 24 additions and 13 deletions

View File

@@ -5,7 +5,7 @@
"description": "A GitHub Action for Dependency Review",
"main": "lib/main.js",
"scripts": {
"build": "tsc",
"build": "tsc -p tsconfig.build.json",
"format": "prettier --write '**/*.ts'",
"format-check": "prettier --check '**/*.ts'",
"lint": "eslint src/**/*.ts",