Skip to content
New issue

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

linter: removed typedef #182

Merged
merged 1 commit into from
Oct 23, 2024
Merged

linter: removed typedef #182

merged 1 commit into from
Oct 23, 2024

Conversation

Egge21M
Copy link
Collaborator

@Egge21M Egge21M commented Oct 7, 2024

Fixes: #181

Description

As outlined in the issue, typedef was a bad call and made the DX horrible from time to time. While explicit annotations add to the readability of the code, enforcing them on all functions and closures is overdoing it. Instead we should make sure variable names carry some weight.

Changes

  • Removed typedev eslint rule

PR Tasks

  • Open PR
  • run npm run test --> no failing unit tests
  • run npm run format

@Egge21M Egge21M merged commit bc04d81 into development Oct 23, 2024
4 checks passed
@Egge21M Egge21M deleted the eslint-rollback branch October 23, 2024 15:08
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant