Skip to content

Commit

Permalink
Disable @typescript-eslint/no-unsafe-declaration-merging linter
Browse files Browse the repository at this point in the history
  • Loading branch information
xiv-bazed-ai committed Feb 26, 2024
1 parent 079f7eb commit 10d5ce8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .eslintrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -36,5 +36,6 @@ module.exports = {
},
],
"@typescript-eslint/no-explicit-any": "warn",
"@typescript-eslint/no-unsafe-declaration-merging": "warn",
},
};
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@bazed-ai/bazed-af",
"version": "0.0.10",
"version": "0.0.11",
"description": "Bazed.ai Agent Framework",
"homepage": "https://bazed.ai",
"repository": {
Expand Down

0 comments on commit 10d5ce8

Please sign in to comment.