Skip to content

Commit

Permalink
fix: disable biome rule "noEvolvingAny" for now
Browse files Browse the repository at this point in the history
  • Loading branch information
atheck committed Apr 17, 2024
1 parent b9c6926 commit a4691db
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion biomeLinting.json
Original file line number Diff line number Diff line change
Expand Up @@ -233,7 +233,7 @@
"noDoneCallback": "error",
"noDuplicateElseIf": "error",
"noDuplicateJsonKeys": "error",
"noEvolvingAny": "error",
"noEvolvingAny": "off",
"noFlatMapIdentity": "error",
"noMisplacedAssertion": "error",
"noNodejsModules": "off",
Expand Down

0 comments on commit a4691db

Please sign in to comment.