CSSUoB / CSSUoB/pr-auto-updater

Re-enable @typescript-eslint once it supports TypeScript 7

Open Beginner friendly
#116 0 comments 0 reactions 0 assignees View on GitHub
Dominant language
TypeScript
Stars
1
Forks
0
Avg merge
7d 13h
Merged PRs (30d)
3

Description

We're on typescript@7.0.2, but both `@typescript-eslint/parser` and `@typescript-eslint/eslint-plugin` hard-throw on load against TS 7 (no released version supports it yet), so `eslint.config.mjs` currently ignores all `.ts` files entirely — Prettier still checks their formatting, but ESLint no longer lints them. Once [typescript-eslint/typescript-eslint#10940](https://github.com/typescript-eslint/typescript-eslint/issues/10940) ships TS 7 support, reinstall `@typescript-eslint/parser` + `@typescript-eslint/eslint-plugin` and drop the `**/*.ts` ignore.

Contributor guide

No contributing guide indexed for this repository

Research direction

Start by checking eslint.config.mjs and the dependency declarations for @typescript-eslint/parser and @typescript-eslint/eslint-plugin after upstream issue 10940 ships TypeScript 7 support. Reinstall compatible versions, remove the **/*.ts ignore, and run the repository's lint and formatting checks to confirm TypeScript files are linted again.

Written by the indexing model from the issue text.

Assessment

Tech stack
typescript
Domain
tooling
Issue type
Bug
Difficulty
2/5
Estimated time
1-3 hours
Activity status
Active
Clarity
Clearly specified
Newbie friendliness
70/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.