typescript-eslint / typescript-eslint/examples
Feature: Add examples of mixed JS-and-TS linting
Nobody has claimed this yet.
- Dominant language
- TypeScript
- Stars
- 11
- Forks
- 5
- PR merge metrics
- No merged PRs in 30d
Description
Coming from https://github.com/typescript-eslint/typescript-eslint/issues/8777: it'd be nice to show examples of using us in projects that also have .js/.jsx/etc. files.
- Both using typed linting in JS (i.e.
// @ts-nocheck) and disabling it - For typed linting with a
jsconfig.jsonand without (just defaulting to thetsconfig.json)
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by reviewing the repository's existing examples and the linked typescript-eslint issue for the expected mixed JavaScript and TypeScript configurations. Add examples covering typed linting with and without jsconfig.json, plus disabling typed linting, and consider the requested @ts-nocheck case complete when each scenario is represented clearly.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- javascript, typescript
- Domain
- documentation
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 45/100