Skip to content

Commit

Permalink
eslint update
Browse files Browse the repository at this point in the history
  • Loading branch information
ochaloup committed Jun 12, 2024
1 parent c20cb10 commit 15bfcab
Show file tree
Hide file tree
Showing 3 changed files with 90 additions and 10 deletions.
3 changes: 2 additions & 1 deletion .eslintrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,8 @@
"node/no-extraneous-import": ["error", {
"allowModules": ["@marinade.finance/jest-utils"]
}],
"@typescript-eslint/no-extra-semi" : "off"
"@typescript-eslint/no-extra-semi" : "off",
"n/no-process-exit": "off"
},
"settings": {
"node": {
Expand Down
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@
"@types/jest": "^29.5.12",
"@types/node": "^18.19.24",
"gts": "^5.3.0",
"eslint": "8.57.0",
"eslint-plugin-node": "11.1.0",
"jest": "^29.7.0",
"ts-jest": "^29.1.2",
Expand Down
96 changes: 87 additions & 9 deletions pnpm-lock.yaml

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

0 comments on commit 15bfcab

Please sign in to comment.