Skip to content

Issues: typescript-eslint/typescript-eslint

Beta
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

Author
Filter by author
Loading
Label
Filter by label
Loading
Use alt + click/return to exclude labels
or + click/return for logical OR
Projects
Filter by project
Loading
Milestones
Filter by milestone
Loading
Assignee
Filter by who’s assigned
Assigned to nobody Loading
Sort

Issues list

@typescript-eslint/types has a phantom dependency on the "typescript" package accepting prs Go ahead, send a pull request that resolves this issue bug Something isn't working package: parser Issues related to @typescript-eslint/parser
#3622 opened Jul 9, 2021 by octogonz
3 tasks done
Rule suggestion: use of never accepting prs Go ahead, send a pull request that resolves this issue enhancement: plugin rule option New rule option for an existing eslint-plugin rule package: eslint-plugin Issues related to @typescript-eslint/eslint-plugin
#2616 opened Sep 30, 2020 by NWilson
Docs: Mention defineConfig(); remove mention of tseslint.config() blocked by another issue Issues which are not ready because another issue needs to be resolved first documentation Documentation ("docs") that needs adding/updating team assigned A member of the typescript-eslint team should work on this.
#10935 opened Mar 10, 2025 by nzakas
2 tasks done
Rule proposal: Disallow literals where enums are expected accepting prs Go ahead, send a pull request that resolves this issue enhancement: new plugin rule New rule request for eslint-plugin package: eslint-plugin Issues related to @typescript-eslint/eslint-plugin
#308 opened Feb 21, 2019 by mohsen1
Rule proposal: require-using to force using using with disposable accepting prs Go ahead, send a pull request that resolves this issue enhancement: new plugin rule New rule request for eslint-plugin package: eslint-plugin Issues related to @typescript-eslint/eslint-plugin
#8255 opened Jan 15, 2024 by nicolo-ribaudo
6 tasks done
Enhancement: Support Hashbang parse in typescript-estree blocked by external API Blocked by a tool we depend on exposing an API, such as TypeScript's Type Relationship API enhancement New feature or request package: typescript-estree Issues related to @typescript-eslint/typescript-estree
#6500 opened Feb 20, 2023 by fisker
4 tasks done
Symlinks cause parserOptions.project errors accepting prs Go ahead, send a pull request that resolves this issue bug Something isn't working help wanted Extra attention is needed package: typescript-estree Issues related to @typescript-eslint/typescript-estree
#2987 opened Jan 31, 2021 by nikparo
3 tasks done
Enhancement: replace fast-glob with tinyglobby blocked by another issue Issues which are not ready because another issue needs to be resolved first enhancement New feature or request
#10533 opened Dec 21, 2024 by benmccann
4 tasks done
Repo: enable more core ESLint rules internally accepting prs Go ahead, send a pull request that resolves this issue repo maintenance things to do with maintenance of the repo, and not with code/docs
#9523 opened Jul 9, 2024 by abrahamguo
Bug: [no-unnecessary-condition] warns about conditional assignment to index signature accepting prs Go ahead, send a pull request that resolves this issue bug Something isn't working package: eslint-plugin Issues related to @typescript-eslint/eslint-plugin
#6632 opened Mar 14, 2023 by ehoogeveen-medweb
4 tasks done
[no-unnecessary-condition] ignore array index return accepting prs Go ahead, send a pull request that resolves this issue enhancement New feature or request package: eslint-plugin Issues related to @typescript-eslint/eslint-plugin
#1798 opened Mar 25, 2020 by astorije
Rule proposal: Export all types used in exports accepting prs Go ahead, send a pull request that resolves this issue enhancement: new plugin rule New rule request for eslint-plugin package: eslint-plugin Issues related to @typescript-eslint/eslint-plugin
#7670 opened Sep 18, 2023 by JoshuaKGoldberg
6 tasks done
Enhancement: Move RuleCreator into its own package with fewer dependencies than utils enhancement New feature or request team assigned A member of the typescript-eslint team should work on this.
#10383 opened Nov 24, 2024 by JoshuaKGoldberg
4 tasks done
Bug: [no-unused-expressions] false negative on satisfies expression bug Something isn't working package: eslint-plugin Issues related to @typescript-eslint/eslint-plugin
#9275 opened Jun 5, 2024 by Josh-Cena
4 tasks done
Bug: tsconfig.json not respected in new files when multiple tsconfigs include the same directory with projectService enabled bug Something isn't working evaluating community engagement we're looking for community engagement on this issue to show that this problem is widely important
#8835 opened Apr 4, 2024 by fire332
4 tasks done
Repo: execute typescript scripts/tools with node directly blocked by another issue Issues which are not ready because another issue needs to be resolved first repo maintenance things to do with maintenance of the repo, and not with code/docs
#10885 opened Feb 25, 2025 by 43081j
Bug: Project service settings can be nondeterministic based on config and file glob result orders accepting prs Go ahead, send a pull request that resolves this issue bug Something isn't working
#10159 opened Oct 16, 2024 by LukeNotable
4 tasks done
Rule proposal: [prefer-at] Rule to prefer array.at(-1) over array[array.length - 1] accepting prs Go ahead, send a pull request that resolves this issue enhancement: new plugin rule New rule request for eslint-plugin package: eslint-plugin Issues related to @typescript-eslint/eslint-plugin
#6401 opened Jan 31, 2023 by JoshuaKGoldberg
6 tasks done
Bug: Vue 3 setup scripts are not considered as modules accepting prs Go ahead, send a pull request that resolves this issue bug Something isn't working help wanted Extra attention is needed package: parser Issues related to @typescript-eslint/parser vue issues relating to vue support
#6337 opened Jan 14, 2023 by alexkramer98
4 tasks done
[method-signature-style] Shouldn't affect methods that use this accepting prs Go ahead, send a pull request that resolves this issue bug Something isn't working package: eslint-plugin Issues related to @typescript-eslint/eslint-plugin
#1991 opened May 8, 2020 by fregante
Bug: [no-unsafe-call] Unclear message "Unsafe call of an error type typed value" (especially in JSDoc) accepting prs Go ahead, send a pull request that resolves this issue enhancement New feature or request package: eslint-plugin Issues related to @typescript-eslint/eslint-plugin
#9591 opened Jul 19, 2024 by karlhorky
4 tasks done
Make sure type-aware lint rules' test cases are type-error-free accepting prs Go ahead, send a pull request that resolves this issue enhancement New feature or request package: rule-tester Issues related to the @typescript-eslint/rule-tester package
#8298 opened Jan 24, 2024 by Josh-Cena
Rule proposal: restrict-constructor-expressions enhancement: new plugin rule New rule request for eslint-plugin evaluating community engagement we're looking for community engagement on this issue to show that this problem is widely important package: eslint-plugin Issues related to @typescript-eslint/eslint-plugin
#10895 opened Feb 27, 2025 by karlhorky
6 tasks done
Repo: Migrate from yarn to pnpm accepting prs Go ahead, send a pull request that resolves this issue repo maintenance things to do with maintenance of the repo, and not with code/docs
#10891 opened Feb 26, 2025 by JamesHenry
Enhancement: Default tsconfigRootDir to the running flat config's directory if available enhancement New feature or request team assigned A member of the typescript-eslint team should work on this.
#10841 opened Feb 17, 2025 by JoshuaKGoldberg
4 tasks done
ProTip! no:milestone will show everything without a milestone.