We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
eslint
Yes and no - I made sure `eslint` won't complain, but some are simply suppressed by `eslint-disable-next-line` and added as TODO items.
Here are some examples:
@typescript-eslint/no-this-alias
reactor-ts/src/core/port.ts
Lines 90 to 99 in 6db9fb0
reactor.ts
any
Present
unknown
Yet I think these changes will involve complex refactoring and should be addressed in individual issues
Originally posted by @axmmisaka in #160 (comment)
The text was updated successfully, but these errors were encountered:
es-lint
Successfully merging a pull request may close this issue.
Here are some examples:
@typescript-eslint/no-this-alias
is suppressed entirely; it is addressed in Possibilities of eliminating binding workarounds #159reactor-ts/src/core/port.ts
Lines 90 to 99 in 6db9fb0
reactor.ts
will explodeany
and maybe there could be alternatives (mostly solved by Improved typing #172 and RemovePresent
and replace withunknown
; remove Args and Trigger and use TS Tuple #168)Yet I think these changes will involve complex refactoring and should be addressed in individual issues
Originally posted by @axmmisaka in #160 (comment)
The text was updated successfully, but these errors were encountered: