Enable eqeqeq lint rule with "error" configuration, ignoring null checks (which I'm not crazy about, but don't feel strongly about).
Details
Details
Diff Detail
Diff Detail
- Repository
- R1 dagster
- Lint
Lint Not Applicable - Unit
Tests Not Applicable
Event Timeline
js_modules/dagit/packages/core/.eslintrc.js | ||
---|---|---|
25 | Hmm interesting this wasn't there already actually, and isn't part of the recommended set... I feel like I see these == -> === warnings in most React projects. Good catch! |