Skip to content

chore(lint): add stricter ESlint rules (in packages/extensions) #335

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

Merged
merged 1 commit into from
May 27, 2025

Conversation

TheauW
Copy link
Contributor

@TheauW TheauW commented Apr 30, 2025

I added new ESLint rules and updated the existing codebase to comply with them. This in packages/extensions. The new rules include:

Disallow usage of any
Disallow import * as Module from 'module'
Disallow unused imports
Disallow unreachable code
Disallow unused variables
Enforce consistent indentation

Some additional minor rules were also added.

@TheauW TheauW force-pushed the twartel-lint-config-extensions branch from 4c41fb1 to a4c1e94 Compare May 14, 2025 14:29
@TheauW TheauW force-pushed the twartel-lint-config-extensions branch from a4c1e94 to 83dd19e Compare May 14, 2025 14:36
@aldbr aldbr merged commit e789a58 into DIRACGrid:main May 27, 2025
13 of 14 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