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
build: Update @mll-lab/eslint-plugin to ^1.4.0 (#56)
* Update @mll-lab/eslint-plugin to ^1.4.0
Apply new prefer-loose-nullish-equality rule.
Co-Authored-By: Claude <noreply@anthropic.com>
* Fix test: preserve null/undefined distinction in errorMessage
The errorMessage function intentionally treats null and undefined
differently (null returns "null" via JSON.stringify, undefined returns
"undefined" string). Added eslint-disable comment to preserve this.
Co-Authored-By: Claude <noreply@anthropic.com>
* turn around
---------
Co-authored-by: Claude <noreply@anthropic.com>
0 commit comments