Skip to content

Commit

Permalink
Remove lint config
Browse files Browse the repository at this point in the history
  • Loading branch information
jacoblee93 committed Aug 2, 2024
1 parent ae5e4c5 commit 82dbcd7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions langchain-core/.eslintrc.cjs
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,7 @@ module.exports = {
"no-use-before-define": 0,
"no-useless-constructor": 0,
"no-return-await": 0,
"no-plusplus": 0,
"consistent-return": 0,
"no-else-return": 0,
"func-names": 0,
Expand Down
1 change: 1 addition & 0 deletions langchain/.eslintrc.cjs
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,7 @@ module.exports = {
"no-use-before-define": 0,
"no-useless-constructor": 0,
"no-return-await": 0,
"no-plusplus": 0,
"consistent-return": 0,
"no-else-return": 0,
"func-names": 0,
Expand Down

0 comments on commit 82dbcd7

Please sign in to comment.