Skip to content

Issues: typescript-eslint/typescript-eslint

ESLint v9 Support
#8211 opened Jan 7, 2024 by bradzacher
Open 5
TypeScript 5.4 Support
#8314 opened Jan 29, 2024 by bradzacher
Open
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

Bug: [no-misused-promises] Fails to check unions that contain misused promises. bug Something isn't working package: eslint-plugin Issues related to @typescript-eslint/eslint-plugin triage Waiting for maintainers to take a look
#8494 opened Feb 16, 2024 by kirkwaiblinger
4 tasks done
Bug: [prefer-optional-chain] doesn't report at all when requireNullish is true 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
#8487 opened Feb 16, 2024 by auvred
4 tasks done
Bug: type FlatConfig.Config['files'] do not match with eslint awaiting response Issues waiting for a reply from the OP or another party blocked by another issue Issues which are not ready because another issue needs to be resolved first bug Something isn't working package: typescript-eslint Issues related to the typescript-eslint package
#8467 opened Feb 14, 2024 by hyoban
4 tasks done
Bug: [unbound-method] should relax checks within Reflect.apply? awaiting response Issues waiting for a reply from the OP or another party bug Something isn't working package: eslint-plugin Issues related to @typescript-eslint/eslint-plugin
#8452 opened Feb 13, 2024 by andreww2012
4 tasks done
Bug: [no-use-before-define] false positive in a mapped type within satisfies or as when ignoreTypeReferences: 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
#8451 opened Feb 13, 2024 by andreww2012
4 tasks done
Bug: ~1.5x slowdown in Sentry codebase from project service bug Something isn't working performance Issues regarding performance triage Waiting for maintainers to take a look
#8424 opened Feb 10, 2024 by JoshuaKGoldberg
4 tasks done
8.0.0
Bug: [prefer-optional-chain] Issue with check on null and undefined 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
#8380 opened Feb 5, 2024 by capsuleman
4 tasks done
Bug: [prefer-find] Add support for checking ternaries 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
#8379 opened Feb 5, 2024 by kirkwaiblinger
4 tasks done
Bug: [ban-ts-comment] incorrectly handles directives in multiline block comments 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
#8368 opened Feb 4, 2024 by auvred
4 tasks done
Bug: [consistent-type-imports] Always considers a global React to be a used value, despite jsx: preserve awaiting response Issues waiting for a reply from the OP or another party bug Something isn't working package: eslint-plugin Issues related to @typescript-eslint/eslint-plugin
#8324 opened Jan 31, 2024 by JoshuaKGoldberg
4 tasks done
Bug: [consistent-type-imports] False negatives when type name also refers to a local value 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
#8315 opened Jan 30, 2024 by haskellcamargo
4 tasks done
Bug: RuleTester can't parse fixture files unless they are nested under two fixture folders accepting prs Go ahead, send a pull request that resolves this issue bug Something isn't working package: rule-tester Issues related to the @typescript-eslint/rule-tester package
#8271 opened Jan 19, 2024 by justinfagnani
4 tasks done
Bug: [no-throw-literal] False positive report on Readonly<Error> 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 package: eslint-plugin Issues related to @typescript-eslint/eslint-plugin
#8233 opened Jan 9, 2024 by auvred
4 tasks done
Bug: [no-redundant-type-constituents, no-unsafe-*] 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
#8231 opened Jan 9, 2024 by JoshuaKGoldberg
4 tasks done
Bug: Project service doesn't infer compilerOptions for files not included in a tsconfig.json 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
#8206 opened Jan 6, 2024 by JoshuaKGoldberg
4 tasks done
8.0.0
Bug: [no-var-requires, no-require-imports] support template literal strings for allow 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
#8186 opened Jan 4, 2024 by JoshuaKGoldberg
4 tasks done
Bug: Cannot read properties of undefined (reading 'at') coming from typescript-eslint 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
#8075 opened Dec 15, 2023 by anthonyshew
4 tasks done
Bug: no-misused-promises ignores conversion of Promise to void for generic higher-order-functions with fixed type parameter 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
#8054 opened Dec 12, 2023 by mx-bernhard
4 tasks done
Bug: (ast-spec) ChainExpression is not in the callee type for CallExpression accepting prs Go ahead, send a pull request that resolves this issue bug Something isn't working package: ast-spec Issues related to @typescript-eslint/ast-spec
#8008 opened Nov 30, 2023 by auvred
4 tasks done
Bug: [no-unsafe-enum-comparison] false positive for ambient const enums 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 package: eslint-plugin Issues related to @typescript-eslint/eslint-plugin
#7908 opened Nov 13, 2023 by nhardy
4 tasks done
Bug: [unbound-method] ignoreStatic does not work with Buffer.compare 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
#7893 opened Nov 8, 2023 by vostrnad
4 tasks done
Bug: [return-await] "in-try-catch" not respected with explicit resource management 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
#7889 opened Nov 7, 2023 by andrew0
4 tasks done
Bug: [consistent-indexed-object-style] Interface with recursive index signature autofixed to Record instead of mapped type 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
#7863 opened Oct 31, 2023 by JoshuaKGoldberg
4 tasks done
Bug: [prefer-nullish-coalescing] unexpected fails on condition with generics variable which can be null or undefined 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
#7842 opened Oct 26, 2023 by zhangbenber
4 tasks done
Bug: [prefer-literal-enum-member] allowBitwiseExpressions with self-referential enums does not disable error 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
#7763 opened Oct 19, 2023 by jbs-marcus
4 tasks done
ProTip! Updated in the last three days: updated:>2024-02-14.