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

Remove rule exclusions from eslint.config.js #1908

Open
2 of 7 tasks
Eddasol opened this issue Dec 19, 2024 · 0 comments
Open
2 of 7 tasks

Remove rule exclusions from eslint.config.js #1908

Eddasol opened this issue Dec 19, 2024 · 0 comments
Labels
improvement Improvement to existing functionality

Comments

@Eddasol
Copy link
Contributor

Eddasol commented Dec 19, 2024

Describe the improvement you would like to see
The current implementation (as of #1900) of eslint.config.js has turned of several rules as the current frontend implementation isn't complying with those rules.

Remove the exclusions from the recommended rules and solve the related issues.

Remove these:

  • "react/react-in-jsx-scope": "off",
  • "react/no-unescaped-entities": "off",
  • "react/display-name": "off",
  • "@typescript-eslint/no-unused-expressions": "off",
  • "@typescript-eslint/no-explicit-any": "off",
  • "@typescript-eslint/no-unused-vars": "off",
  • "@typescript-eslint/no-non-null-asserted-optional-chain": "off",

How will this change existing functionality?
A clear and concise description on how this will affect current functionality.

How will this improvement affect the current Threat Model?
Leave blank for maintainers to fill out if you are uncertain about this.

@Eddasol Eddasol added the improvement Improvement to existing functionality label Dec 19, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
improvement Improvement to existing functionality
Projects
None yet
Development

No branches or pull requests

1 participant