Skip to content

Commit

Permalink
chore: update eslint rules
Browse files Browse the repository at this point in the history
  • Loading branch information
cjkoepke committed Dec 20, 2024
1 parent a40c9e0 commit ca814a5
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
Binary file modified bun.lockb
Binary file not shown.
1 change: 1 addition & 0 deletions eslint.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ export default [
rules: {
"@typescript-eslint/no-this-alias": "off",
"@typescript-eslint/no-explicit-any": "warn",
"no-unused-expressions": "off",
},
languageOptions: {
globals: {
Expand Down
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,8 +50,9 @@
"lucid-cardano": "0.10.7",
"prettier": "^3.3.2",
"typedoc": "0.26.7",
"typedoc-plugin-frontmatter": "1.0.0",
"typedoc-plugin-markdown": "4.2.7",
"typedoc-plugin-frontmatter": "1.0.0"
"typescript": "5.5"
},
"dependencies": {},
"trustedDependencies": [
Expand Down

0 comments on commit ca814a5

Please sign in to comment.