Skip to content

Commit

Permalink
fix: multiple typscript errors
Browse files Browse the repository at this point in the history
Signed-off-by: mbwhite <[email protected]>
  • Loading branch information
mbwhite committed Dec 12, 2023
1 parent 53df33b commit 70fa377
Show file tree
Hide file tree
Showing 24 changed files with 124 additions and 6,911 deletions.
File renamed without changes.
File renamed without changes.
32 changes: 28 additions & 4 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

16 changes: 7 additions & 9 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,24 +1,19 @@
{
"name": "@ibm/tekton-lint",
"files": [
"lib/**/*.js",
"lib/**/*.d.ts",
".tektonlintrc.yaml"
],
"scripts": {
"clean": "rimraf dist",
"lint": "eslint --ext ts src",
"test": "jest",
"test": "node --experimental-vm-modules node_modules/jest/bin/jest.js",
"format": "prettier --write \"{src,test}/**/*.ts\"",
"prebuild": "npm run format && npm run clean && npm run lint",
"build": "tsc --pretty",
"coverage": "jest --coverage",
"prepare": "husky install",
"release": "commit-and-tag-version --sign"
},
"version": "0.6.1",
"type": "module",
"version": "0.7.0",
"description": "Linter for Tekton definitions",
"main": "lib/runner.js",
"repository": {
"type": "git",
"url": "git+ssh://[email protected]/IBM/tekton-lint.git"
Expand All @@ -45,7 +40,10 @@
"devDependencies": {
"@commitlint/cli": "^18.4.3",
"@commitlint/config-conventional": "^18.4.3",
"@tsconfig/node20": "^20.1.2",
"@types/graphlib": "^2.1.12",
"@types/jest": "^29.5.10",
"@types/source-map-support": "^0.5.10",
"@typescript-eslint/eslint-plugin": "^6.12.0",
"@typescript-eslint/parser": "^6.12.0",
"commit-and-tag-version": "^12.0.0",
Expand All @@ -59,7 +57,7 @@
"typescript": "^5.3.2"
},
"engines": {
"node": ">= 18.0.0"
"node": ">= 20.0.0"
},
"jest": {
"roots": [
Expand Down
Loading

0 comments on commit 70fa377

Please sign in to comment.