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

Enable eslint strict type checks #1561

Merged
merged 16 commits into from
Oct 9, 2024

Conversation

tanwigeetika1618
Copy link
Contributor

@tanwigeetika1618 tanwigeetika1618 commented Oct 3, 2024

Related #1225

Enable Strict Type Checking with tseslint.configs.strictTypeChecked

Description

  • Integrated tseslint.configs.strictTypeChecked to enforce strict type checking across the project.
  • Made necessary adjustments to files to comply with the strict type-checking rules.

Changes Made

  • Enabled strict type checking by adding tseslint.configs.strictTypeChecked in the ESLint configuration.
  • Refactored various files to resolve type-related issues flagged by the new configuration.
  • Updated type annotations and resolved any type mismatches to ensure the code passes the stricter checks.

@audgirka
Copy link
Contributor

audgirka commented Oct 9, 2024

@ssbarnea @alisonlhart This PR is ready to be merged

@ssbarnea ssbarnea changed the title chore : Apply strict type checked Enable eslint strict type checks Oct 9, 2024
@ssbarnea ssbarnea merged commit c1671de into ansible:main Oct 9, 2024
12 of 14 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
Status: Done
Development

Successfully merging this pull request may close these issues.

5 participants