Enable stricter Eslint checks
Open
- Dominant language
- TypeScript
- Stars
- 189
- Forks
- 37
- Avg merge
- 17h 18m
- Merged PRs (30d)
- 17
Description
Add:
- `plugin:react/recommended`
- `plugin:react/jsx-runtime`
Enable:
- `@typescript-eslint/recommended-type-checked`
- Any rules that we turned `off`
and maybe
- `@typescript-eslint/stylistic-type-checked`
Contributor guide
No contributing guide indexed for this repository
Research direction
Start by locating the ESLint configuration and reviewing the rules currently turned off. Enable the listed React and TypeScript rule sets, assess whether the stylistic rules fit, and run the repository's lint command to identify remaining violations. Done means the requested checks are enabled and lint passes.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- eslint, react, typescript
- Domain
- frontend, tooling
- Issue type
- Refactor
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100