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

(Supernova): Fix all typescript migration leftovers for Lint Rules #768

Open
13 tasks
Tracked by #762
barsukov opened this issue Feb 10, 2025 · 0 comments · May be fixed by #787
Open
13 tasks
Tracked by #762

(Supernova): Fix all typescript migration leftovers for Lint Rules #768

barsukov opened this issue Feb 10, 2025 · 0 comments · May be fixed by #787
Assignees
Labels
supernova All tasks related to supernova

Comments

@barsukov
Copy link
Contributor

barsukov commented Feb 10, 2025

Fix all typescript migration leftovers for Eslint

Sub-tasks
Please have a look on all project under supernova/ and fix related files, this is aprx, files and count of errors:

  • "@typescript-eslint/no-unsafe-assignment": "off",
  • "@typescript-eslint/no-unsafe-call": "off",
  • "@typescript-eslint/no-unsafe-argument": "off",
  • "@typescript-eslint/no-unsafe-return": "off",
  • "@typescript-eslint/no-unsafe-member-access": "off",
  • "@typescript-eslint/no-floating-promises": "off",
  • "no-unused-vars": "off",
  • "@typescript-eslint/restrict-plus-operands": "off",
  • "react/no-unescaped-entities": "off",
  • "@typescript-eslint/await-thenable": "off",
  • "react/prop-types": "off",
  • "prefer-const": "off",
  • "react/jsx-no-comment-textnodes": "off",

Additional Context
Sometimes you will need to fix few other staff, try to minimaze it, keep PRs small and easy to review.
If it will be too big maybe make sense to split it to seprate PRs

@barsukov barsukov added the supernova All tasks related to supernova label Feb 10, 2025
@barsukov barsukov changed the title Lint rules (Supernova): Fix all typescript migration leftovers for Lint Rules Feb 10, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
supernova All tasks related to supernova
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants