You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The project has a peerDependencies on chai with a version range:
"peerDependencies": {
"chai": ">=2.2.1 <5"
},
As a result, it prevents us from (cleanly) upgrading to Chai 5.x.
The project seems to be unmaintained and we should probably just configure eslint to accept/ignore to.be.true statement.
The project has a peerDependencies on
chai
with a version range:As a result, it prevents us from (cleanly) upgrading to Chai 5.x.
The project seems to be unmaintained and we should probably just configure eslint to accept/ignore
to.be.true
statement.Alternative: https://github.com/ihordiachenko/eslint-plugin-chai-friendly
The text was updated successfully, but these errors were encountered: