Skip to content

Issues: typescript-eslint/typescript-eslint

ESLint v9 Support
#8211 by bradzacher was closed May 13, 2024
Closed 29
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
Label
Filter by label
Use alt + click/return to exclude labels
or + click/return for logical OR
Projects
Filter by project
Milestones
Filter by milestone
Assignee
Filter by who’s assigned
Sort

Issues list

Rule proposal: functions should not be async unless they await awaiting response Issues waiting for a reply from the OP or another party enhancement: new plugin rule New rule request for eslint-plugin package: eslint-plugin Issues related to @typescript-eslint/eslint-plugin
#9284 opened Jun 5, 2024 by benmccann
6 tasks done
Docs: Add note of also trying major versions out on downstream ESLint plugins documentation Documentation ("docs") that needs adding/updating triage Waiting for maintainers to take a look
#9283 opened Jun 5, 2024 by JoshuaKGoldberg
2 tasks done
Bug: [strict-boolean-expressions] unsupported branded booleans 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
#9279 opened Jun 5, 2024 by MichaelBitard
4 tasks done
Bug: Unconsistence behavior between cli and api call with vue-plugin bug Something isn't working triage Waiting for maintainers to take a look vue issues relating to vue support
#9278 opened Jun 5, 2024 by ziofat
4 tasks done
8.0.0
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: [no-unnecessary-type-assertion] Internal error cannot read properties of undefined (reading 'parent') 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
#9268 opened Jun 4, 2024 by kasium
4 tasks done
Repo: codecov coverage reports are not longer uploaded repo maintenance things to do with maintenance of the repo, and not with code/docs triage Waiting for maintainers to take a look
#9265 opened Jun 4, 2024 by Vinccool96
Repo(integration-tests): Vue integration tests need modernization repo maintenance things to do with maintenance of the repo, and not with code/docs triage Waiting for maintainers to take a look vue issues relating to vue support
#9250 opened Jun 4, 2024 by abrahamguo
Bug: Missing peer dependencies bug Something isn't working triage Waiting for maintainers to take a look
#9224 opened Jun 3, 2024 by latin-1
4 tasks done
Bug: rc-v8 projectService option leads to default project errors when used with eslint-plugin-import bug Something isn't working triage Waiting for maintainers to take a look
#9223 opened Jun 3, 2024 by fpapado
4 tasks done
AST tightening: PrivateIdentifier can only be LHS of BinaryExpression[operator='in'] AST PRs and Issues about the AST structure enhancement New feature or request package: typescript-estree Issues related to @typescript-eslint/typescript-estree
#9222 opened Jun 3, 2024 by Josh-Cena
AST tightening: around init/definite combinations on let/var/const declarators AST PRs and Issues about the AST structure enhancement New feature or request package: typescript-estree Issues related to @typescript-eslint/typescript-estree
#9221 opened Jun 3, 2024 by Josh-Cena
Bug: [no-unsafe-return] Differentiate a types-error any from a "true" any 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
#9218 opened Jun 3, 2024 by JoshuaKGoldberg
4 tasks done
Bug: [no-unsafe-member-access] Differentiate a types-error any from a "true" any 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
#9217 opened Jun 3, 2024 by JoshuaKGoldberg
4 tasks done
Bug: [no-unsafe-call] Differentiate a types-error any from a "true" any 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
#9216 opened Jun 3, 2024 by JoshuaKGoldberg
4 tasks done
Bug: [no-unsafe-argument] Differentiate a types-error any from a "true" any 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
#9215 opened Jun 3, 2024 by JoshuaKGoldberg
4 tasks done
Bug: [no-redundant-type-constituents] Differentiate a types-error any from a "true" any 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
#9214 opened Jun 3, 2024 by JoshuaKGoldberg
4 tasks done
Website: Rules sidebar missing from "tombstone" pages accepting prs Go ahead, send a pull request that resolves this issue bug Something isn't working package: website Issues related to the @typescript-eslint website
#9213 opened Jun 2, 2024 by JoshuaKGoldberg
2 tasks done
Bug: [no-unnecessary-type-assertion] Conflict with TS for variables used before assignment 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
#9206 opened Jun 2, 2024 by liuxingbaoyu
4 tasks done
Bug(typescript-estree): Project services not working with (tsconfig) extends, project references, and extraFileExtensions accepting prs Go ahead, send a pull request that resolves this issue bug Something isn't working package: typescript-estree Issues related to @typescript-eslint/typescript-estree
#9205 opened Jun 1, 2024 by higherorderfunctor
4 tasks done
8.0.0
Rule proposal: Prevent unnecessary | undefined for optional parameters enhancement: new plugin rule New rule request for eslint-plugin package: eslint-plugin Issues related to @typescript-eslint/eslint-plugin triage Waiting for maintainers to take a look
#9203 opened Jun 1, 2024 by binoche9
6 tasks done
Bug: [explicit-function-return-type] false invalid case when using allowTypedFunctionExpressions option 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
#9171 opened May 29, 2024 by kaykdm
4 tasks done
Enhancement: [prefer-literal-enum-member] Allow nested bitwise when using the allowBitwiseExpressions option enhancement: plugin rule option New rule option for an existing eslint-plugin rule package: eslint-plugin Issues related to @typescript-eslint/eslint-plugin triage Waiting for maintainers to take a look
#9166 opened May 28, 2024 by yeonjuan
4 tasks done
Bug: Missing src/util import in @typescript-eslint/eslint-plugin@rc-v8 with skipLibCheck: false 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
#9164 opened May 28, 2024 by JoshuaKGoldberg
4 tasks done
8.0.0
Bug: no-magic-numbers Doesn't apply ignore to type definitions 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
#9161 opened May 28, 2024 by anthony-unicare
4 tasks done
ProTip! Type g i on any issue or pull request to go back to the issue listing page.