Labels
Labels
68 labels
- >=1 team member has approved this PR; we're now leaving it open for more reviews before we merge
- Go ahead, send a pull request that resolves this issue
- ("a11y"): making the site more accessible to all users
- PRs and Issues about the AST structure
- Issues waiting for a reply from the OP or another party
- Issues which are not ready because another issue needs to be resolved first
- PRs which are ready to go but waiting on another PR
- Blocked by a tool we depend on exposing an API, such as TypeScript's Type Relationship API
- This change will require a new major version to be released
- Something isn't working
- Discussions about default rule options
- Issue about dependencies of the package
- PRs which should not be merged yet
- Documentation ("docs") that needs adding/updating
- This issue or pull request already exists
- New feature or request
- New base rule extension required to handle a TS specific case
- New rule request for eslint-plugin
- New rule option for an existing eslint-plugin rule
- we're looking for community engagement on this issue to show that this problem is widely important
- This issue is with another package, not typescript-eslint itself
- issue was fixed by restarting the IDE
- Like "fix: user error" - but specifically for flat config user errors
- user was on an old version of our tooling or ESLint, updating fixed it
- issues that were fixed by turning on strictNullChecks
- issue was fixed by correcting the configuration / correcting the code
- Related to whitespace/bracket formatting. We strongly recommend you use a formatter instead.
- Pull requests that update GitHub Actions code
- Good for newcomers