Skip to content

chore: Turn off no-unused-vars rule#4469

Merged
mrCherry97 merged 2 commits intokyma-project:mainfrom
awoloszyn22:misc-no-unused-vars
Dec 23, 2025
Merged

chore: Turn off no-unused-vars rule#4469
mrCherry97 merged 2 commits intokyma-project:mainfrom
awoloszyn22:misc-no-unused-vars

Conversation

@awoloszyn22
Copy link
Contributor

@awoloszyn22 awoloszyn22 commented Dec 19, 2025

Description

Changes proposed in this pull request:

  • Turned off no-unused-vars rule as it doesn't support TypeScript code and the rule @typescript-eslint/no-unused-vars which is a better option to monitor unused variables is already enabled.

https://stackoverflow.com/questions/57802057/eslint-configuring-no-unused-vars-for-typescript/61555310#61555310

Related issue(s)
#4396

Definition of done

  • The PR's title starts with one of the following prefixes:
    • feat: A new feature
    • fix: A bug fix
    • docs: Documentation only changes
    • refactor: A code change that neither fixes a bug nor adds a feature
    • test: Adding tests
    • revert: Revert commit
    • chore: Maintainance changes to the build process or auxiliary tools, libraries, workflows, etc.
  • Related issues are linked. To link internal trackers, use the issue IDs like backlog#4567
  • Explain clearly why you created the PR and what changes it introduces
  • All necessary steps are delivered, for example, tests, documentation, merging

@mrCherry97 mrCherry97 merged commit f94cf07 into kyma-project:main Dec 23, 2025
9 checks passed
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.

2 participants