Skip to content

Commit

Permalink
attempt to fix linting and type performance
Browse files Browse the repository at this point in the history
  • Loading branch information
millsp committed May 26, 2022
1 parent 77a6e71 commit 5fa27f8
Show file tree
Hide file tree
Showing 3 changed files with 24 additions and 85 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,8 @@
"@types/node": "14.18.17",
"@types/redis": "2.8.32",
"@types/resolve": "1.20.2",
"@typescript-eslint/eslint-plugin": "5.23.0",
"@typescript-eslint/parser": "5.23.0",
"@typescript-eslint/eslint-plugin": "5.26.0",
"@typescript-eslint/parser": "5.26.0",
"arg": "5.0.1",
"batching-toposort": "1.2.0",
"buffer": "6.0.3",
Expand Down
103 changes: 21 additions & 82 deletions pnpm-lock.yaml

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

2 changes: 1 addition & 1 deletion tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,5 +17,5 @@
"@prisma/engines-version": ["../engines-wrapper/packages/engines-version/src"]
}
},
"exclude": ["**/dist", "**/build", "**/node_modules"]
"exclude": ["**/dist", "**/build", "**/node_modules", "**/packages"]
}

0 comments on commit 5fa27f8

Please sign in to comment.