Skip to content

Conversation

@pawelangelow
Copy link
Contributor

@pawelangelow pawelangelow commented Jan 9, 2026

What

If you take a look at the .eslintrc.js file inside the ignorePatterns, there's a 'redisinsight/ui/src/packages/**', so these rules are applied to that ignored part of the code. No point in having them.


Note

Cleans up ESLint config by deleting a redundant override for redisinsight/ui/src/packages/** that was never applied due to ignorePatterns excluding that path.

  • Removes the UI packages-specific rules block from .eslintrc.js
  • No other lint rules or paths changed; behavior unchanged for linted files

Written by Cursor Bugbot for commit 8ae8667. This will update automatically on new commits. Configure here.

@pawelangelow pawelangelow self-assigned this Jan 9, 2026
@pawelangelow pawelangelow changed the title DEV: Remove ui/src/packages overrides as this part is ignored DEV: Remove ui/src/packages ESLint overrides as this part is ignored Jan 9, 2026
@pawelangelow pawelangelow merged commit ae0c0c5 into main Jan 9, 2026
6 of 7 checks passed
@pawelangelow pawelangelow deleted the dev/remove-unused-eslint-configuration branch January 9, 2026 10:06
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.

3 participants