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

TypeScript files in repository root directory are not covered by ESLint #3676

Open
ybnd opened this issue Nov 19, 2024 · 0 comments
Open

TypeScript files in repository root directory are not covered by ESLint #3676

ybnd opened this issue Nov 19, 2024 · 0 comments
Labels
bug code task help wanted Needs a volunteer to claim to move forward

Comments

@ybnd
Copy link
Member

ybnd commented Nov 19, 2024

Describe the bug

Apparently server.ts and startup-message.ts are not covered by ESLint.

To Reproduce

Steps to reproduce the behavior:

  1. Remove some semicolons in the following files:
    • src/test.ts
    • server.ts
    • startup-message.ts
  2. Execute npm run lint-fix and check the files again
    • src/test.ts will be fixed
    • server.ts and startup-message.ts won't be

Expected behavior

ESLint should apply to all TypeScript files unless explicitly turned off (e.g. for configuration files like cypress.config.ts)

@ybnd ybnd added bug code task needs triage New issue needs triage and/or scheduling labels Nov 19, 2024
@github-project-automation github-project-automation bot moved this to 🆕 Triage in DSpace Backlog Nov 19, 2024
@tdonohue tdonohue added help wanted Needs a volunteer to claim to move forward and removed needs triage New issue needs triage and/or scheduling labels Nov 19, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug code task help wanted Needs a volunteer to claim to move forward
Projects
Development

No branches or pull requests

2 participants