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

fix all typescript compile errors #221

Merged
merged 4 commits into from
Jun 7, 2021
Merged

fix all typescript compile errors #221

merged 4 commits into from
Jun 7, 2021

Commits on Jun 6, 2021

  1. ###this is a first draft to "fix" all kind of compile errors

    right now i've only did a few workarounds for non existing properties as well as some proper type declaration
    
    todos should be added to all dot-notation eslint inline rule exceptions since those are actually typescript errors of non existing properties
    
    a few ts-ignore statements where added in places where it wasn't easily possible to cast to a generic type, descriptions why those are done are added in the comments
    Enubia committed Jun 6, 2021
    Configuration menu
    Copy the full SHA
    6c5e3bf View commit details
    Browse the repository at this point in the history
  2. added TODOs to all previously added eslint exceptions so that we don'…

    …t lose track on the changes
    Enubia committed Jun 6, 2021
    Configuration menu
    Copy the full SHA
    52f081d View commit details
    Browse the repository at this point in the history

Commits on Jun 7, 2021

  1. Configuration menu
    Copy the full SHA
    2805448 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e5ec873 View commit details
    Browse the repository at this point in the history