Skip to content

chore(lint): add stricter ESLint rules and update existing code#327

Merged
aldbr merged 1 commit into
DIRACGrid:mainfrom
TheauW:twartel-lint-config
Apr 24, 2025
Merged

chore(lint): add stricter ESLint rules and update existing code#327
aldbr merged 1 commit into
DIRACGrid:mainfrom
TheauW:twartel-lint-config

Conversation

@TheauW

@TheauW TheauW commented Apr 24, 2025

Copy link
Copy Markdown
Contributor

I added new ESLint rules and updated the existing codebase to comply with them. 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.

@aldbr aldbr merged commit f9f8f74 into DIRACGrid:main Apr 24, 2025
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