Ecosyste.ms: OpenCollective
An open API service for software projects hosted on Open Collective.
typescript-eslint
The tooling that enables ESLint and Prettier to support TypeScript
Collective -
Host: opensource -
https://opencollective.com/typescript-eslint
- Website: https://typescript-eslint.io
- Code: https://github.com/typescript-eslint/typescript-eslint
docs: include Bluesky profile in social links
github.com/typescript-eslint/typescript-eslint - Gyumong opened this pull request about 2 months ago
github.com/typescript-eslint/typescript-eslint - Gyumong opened this pull request about 2 months ago
Website: Add the Bluesky account too
github.com/typescript-eslint/typescript-eslint - JoshuaKGoldberg opened this issue about 2 months ago
github.com/typescript-eslint/typescript-eslint - JoshuaKGoldberg opened this issue about 2 months ago
Enhancement: [prefer-destructuring] add option to check enums
github.com/typescript-eslint/typescript-eslint - pillowfication opened this issue about 2 months ago
github.com/typescript-eslint/typescript-eslint - pillowfication opened this issue about 2 months ago
Enhancement: [max-params] add option to check overload signatures as well
github.com/typescript-eslint/typescript-eslint - pillowfication opened this issue about 2 months ago
github.com/typescript-eslint/typescript-eslint - pillowfication opened this issue about 2 months ago
chore(deps): update dependency mocha to v10.8.2
github.com/typescript-eslint/typescript-eslint - renovate[bot] opened this pull request about 2 months ago
github.com/typescript-eslint/typescript-eslint - renovate[bot] opened this pull request about 2 months ago
docs: update license file to explicitly use bsd-2 clause license
github.com/typescript-eslint/typescript-eslint - peanutenthusiast opened this pull request about 2 months ago
github.com/typescript-eslint/typescript-eslint - peanutenthusiast opened this pull request about 2 months ago
Enhancement: [no-confusing-void-expression] ignoreVoidReturningFunctions should suggest adding void annotation
github.com/typescript-eslint/typescript-eslint - phaux opened this issue about 2 months ago
github.com/typescript-eslint/typescript-eslint - phaux opened this issue about 2 months ago
Bug: [no-confusing-void-expression] ignoreVoidReturningFunctions ignores generic type returning functions
github.com/typescript-eslint/typescript-eslint - phaux opened this issue about 2 months ago
github.com/typescript-eslint/typescript-eslint - phaux opened this issue about 2 months ago
chore: fix lint and build website errors
github.com/typescript-eslint/typescript-eslint - yeonjuan opened this pull request about 2 months ago
github.com/typescript-eslint/typescript-eslint - yeonjuan opened this pull request about 2 months ago
feat(eslint-plugin): [no-base-to-string] check Array.prototype.join
github.com/typescript-eslint/typescript-eslint - yeonjuan opened this pull request about 2 months ago
github.com/typescript-eslint/typescript-eslint - yeonjuan opened this pull request about 2 months ago
Rule proposal: Type-only Field Declarations
github.com/typescript-eslint/typescript-eslint - bk201- opened this issue about 2 months ago
github.com/typescript-eslint/typescript-eslint - bk201- opened this issue about 2 months ago
Bug: no-redeclare - Angular - 'Location' is already defined as a built-in global variable
github.com/typescript-eslint/typescript-eslint - digeomel opened this issue about 2 months ago
github.com/typescript-eslint/typescript-eslint - digeomel opened this issue about 2 months ago
Bug: [prefer-nullish-coalescing] `ignoreConditionalTests` doesn't ignore the boolean `!` operator in a condition
github.com/typescript-eslint/typescript-eslint - AndersRobstad opened this issue about 2 months ago
github.com/typescript-eslint/typescript-eslint - AndersRobstad opened this issue about 2 months ago
Bug: no-unnecessary-condition prevents use of switch statement with only one case
github.com/typescript-eslint/typescript-eslint - bluepnume opened this issue about 2 months ago
github.com/typescript-eslint/typescript-eslint - bluepnume opened this issue about 2 months ago
feat(eslint-plugin): [await-thenable] check Promise.all
github.com/typescript-eslint/typescript-eslint - Zamiell opened this pull request about 2 months ago
github.com/typescript-eslint/typescript-eslint - Zamiell opened this pull request about 2 months ago
Docs: Update project license to explicitly say BSD-2-Clause
github.com/typescript-eslint/typescript-eslint - bryan-yager opened this issue about 2 months ago
github.com/typescript-eslint/typescript-eslint - bryan-yager opened this issue about 2 months ago
chore(deps): update dependency eslint-plugin-perfectionist to v3.9.1
github.com/typescript-eslint/typescript-eslint - renovate[bot] opened this pull request about 2 months ago
github.com/typescript-eslint/typescript-eslint - renovate[bot] opened this pull request about 2 months ago
Repo: Set no-else-return's allowElseIf: false internally
github.com/typescript-eslint/typescript-eslint - JoshuaKGoldberg opened this issue about 2 months ago
github.com/typescript-eslint/typescript-eslint - JoshuaKGoldberg opened this issue about 2 months ago
fix(deps): update dependency typedoc to ^0.26.0
github.com/typescript-eslint/typescript-eslint - renovate[bot] opened this pull request about 2 months ago
github.com/typescript-eslint/typescript-eslint - renovate[bot] opened this pull request about 2 months ago
fix(deps): update dependency typedoc-plugin-markdown to v4.2.9
github.com/typescript-eslint/typescript-eslint - renovate[bot] opened this pull request about 2 months ago
github.com/typescript-eslint/typescript-eslint - renovate[bot] opened this pull request about 2 months ago
Bug: [no-deprecated] No warnings about usage of deprecated props in JSX components
github.com/typescript-eslint/typescript-eslint - alice-ep opened this issue about 2 months ago
github.com/typescript-eslint/typescript-eslint - alice-ep opened this issue about 2 months ago
chore(deps): [email protected], with docusaurus-plugin-typedoc and typedoc-plugin-markdown
github.com/typescript-eslint/typescript-eslint - JoshuaKGoldberg opened this pull request about 2 months ago
github.com/typescript-eslint/typescript-eslint - JoshuaKGoldberg opened this pull request about 2 months ago
Docs: Add a troubleshooting section for out-of-memory errors
github.com/typescript-eslint/typescript-eslint - JoshuaKGoldberg opened this issue about 2 months ago
github.com/typescript-eslint/typescript-eslint - JoshuaKGoldberg opened this issue about 2 months ago
Enhancement: Print version of typescript-espree in version warning
github.com/typescript-eslint/typescript-eslint - Mitsunee opened this issue about 2 months ago
github.com/typescript-eslint/typescript-eslint - Mitsunee opened this issue about 2 months ago
fix(scope-manager): fix asserted increments not being marked as write references
github.com/typescript-eslint/typescript-eslint - janek515 opened this pull request about 2 months ago
github.com/typescript-eslint/typescript-eslint - janek515 opened this pull request about 2 months ago
Bug: [prefer-const] False positives when using increment operator with non-null assertion operator
github.com/typescript-eslint/typescript-eslint - janek515 opened this issue about 2 months ago
github.com/typescript-eslint/typescript-eslint - janek515 opened this issue about 2 months ago
fix(deps): update dependency @eslint-community/regexpp to v4.12.1
github.com/typescript-eslint/typescript-eslint - renovate[bot] opened this pull request about 2 months ago
github.com/typescript-eslint/typescript-eslint - renovate[bot] opened this pull request about 2 months ago
docs: fix "the a" typo in FAQ
github.com/typescript-eslint/typescript-eslint - Rudxain opened this pull request about 2 months ago
github.com/typescript-eslint/typescript-eslint - Rudxain opened this pull request about 2 months ago
chore: fix typo
github.com/typescript-eslint/typescript-eslint - printfn opened this pull request about 2 months ago
github.com/typescript-eslint/typescript-eslint - printfn opened this pull request about 2 months ago
Bug: [no-unused-vars] Add option to allow variables to be used only as types or allow 'declare'
github.com/typescript-eslint/typescript-eslint - InExtremaRes opened this issue about 2 months ago
github.com/typescript-eslint/typescript-eslint - InExtremaRes opened this issue about 2 months ago
feat(eslint-plugin): [no-unused-private-class-members] new extension rule
github.com/typescript-eslint/typescript-eslint - Zamiell opened this pull request about 2 months ago
github.com/typescript-eslint/typescript-eslint - Zamiell opened this pull request about 2 months ago
Docs: settings in Quick Start run in quirks mode currently which behave differently from the Legacy ESLint Setup
github.com/typescript-eslint/typescript-eslint - me1ting opened this issue about 2 months ago
github.com/typescript-eslint/typescript-eslint - me1ting opened this issue about 2 months ago
chore(website): ignore more generated files from linting
github.com/typescript-eslint/typescript-eslint - abrahamguo opened this pull request about 2 months ago
github.com/typescript-eslint/typescript-eslint - abrahamguo opened this pull request about 2 months ago
Repo: linting fails after building website
github.com/typescript-eslint/typescript-eslint - kirkwaiblinger opened this issue about 2 months ago
github.com/typescript-eslint/typescript-eslint - kirkwaiblinger opened this issue about 2 months ago
fix(eslint-plugin): [no-deprecated] report on deprecated variables used inside dynamic imports
github.com/typescript-eslint/typescript-eslint - auvred opened this pull request about 2 months ago
github.com/typescript-eslint/typescript-eslint - auvred opened this pull request about 2 months ago
Bug: [no-deprecated] deprecated variables used inside dynamic imports aren't reported
github.com/typescript-eslint/typescript-eslint - auvred opened this issue about 2 months ago
github.com/typescript-eslint/typescript-eslint - auvred opened this issue about 2 months ago
fix(eslint-plugin): [no-deprecated] report when exported class implements/extends deprecated entity
github.com/typescript-eslint/typescript-eslint - auvred opened this pull request about 2 months ago
github.com/typescript-eslint/typescript-eslint - auvred opened this pull request about 2 months ago
fix(types): parent property type annotation in the ImportAttribute node
github.com/typescript-eslint/typescript-eslint - ota-meshi opened this pull request about 2 months ago
github.com/typescript-eslint/typescript-eslint - ota-meshi opened this pull request about 2 months ago
Bug: [no-unnecessary-type-assertion] Does not work with literal types
github.com/typescript-eslint/typescript-eslint - FleetAdmiralJakob opened this issue about 2 months ago
github.com/typescript-eslint/typescript-eslint - FleetAdmiralJakob opened this issue about 2 months ago
chore: update sponsors
github.com/typescript-eslint/typescript-eslint - typescript-eslint[bot] opened this pull request about 2 months ago
github.com/typescript-eslint/typescript-eslint - typescript-eslint[bot] opened this pull request about 2 months ago
feat: add `options` property to `ImportExpression` node
github.com/typescript-eslint/typescript-eslint - ota-meshi opened this pull request about 2 months ago
github.com/typescript-eslint/typescript-eslint - ota-meshi opened this pull request about 2 months ago
Bug: wrong ImportAttribute#parent type
github.com/typescript-eslint/typescript-eslint - ota-meshi opened this issue about 2 months ago
github.com/typescript-eslint/typescript-eslint - ota-meshi opened this issue about 2 months ago
Bug: [no-deprecated] Exported classes implementing a deprecated interface are not reported
github.com/typescript-eslint/typescript-eslint - wgoehrig opened this issue about 2 months ago
github.com/typescript-eslint/typescript-eslint - wgoehrig opened this issue about 2 months ago
docs: fix typo in docs
github.com/typescript-eslint/typescript-eslint - BossElijah opened this pull request about 2 months ago
github.com/typescript-eslint/typescript-eslint - BossElijah opened this pull request about 2 months ago
Enhancement: [switch-exhaustiveness-check] `considerDefaultExhaustiveForUnions` only with comment
github.com/typescript-eslint/typescript-eslint - FloEdelmann opened this issue about 2 months ago
github.com/typescript-eslint/typescript-eslint - FloEdelmann opened this issue about 2 months ago
feat(eslint-plugin): disable `no-class-assign` rule in `eslint-recommended` config
github.com/typescript-eslint/typescript-eslint - auvred opened this pull request about 2 months ago
github.com/typescript-eslint/typescript-eslint - auvred opened this pull request about 2 months ago
fix(scope-manager): visit type annotation of catch clause variable
github.com/typescript-eslint/typescript-eslint - auvred opened this pull request about 2 months ago
github.com/typescript-eslint/typescript-eslint - auvred opened this pull request about 2 months ago
chore(deps): update dependency knip to v5.34.0
github.com/typescript-eslint/typescript-eslint - renovate[bot] opened this pull request about 2 months ago
github.com/typescript-eslint/typescript-eslint - renovate[bot] opened this pull request about 2 months ago
Bug: @typescript-eslint/no-unused-vars false positive on catch clause argument type
github.com/typescript-eslint/typescript-eslint - MikeDabrowski opened this issue about 2 months ago
github.com/typescript-eslint/typescript-eslint - MikeDabrowski opened this issue about 2 months ago
docs: enable `respectPrefersColorScheme`
github.com/typescript-eslint/typescript-eslint - hyoban opened this pull request about 2 months ago
github.com/typescript-eslint/typescript-eslint - hyoban opened this pull request about 2 months ago
chore(deps): update dependency eslint-plugin-eslint-plugin to v6.3.1
github.com/typescript-eslint/typescript-eslint - renovate[bot] opened this pull request about 2 months ago
github.com/typescript-eslint/typescript-eslint - renovate[bot] opened this pull request about 2 months ago
chore: update eslint version internally to latest
github.com/typescript-eslint/typescript-eslint - kirkwaiblinger opened this pull request about 2 months ago
github.com/typescript-eslint/typescript-eslint - kirkwaiblinger opened this pull request about 2 months ago
Repo: Upgrade to latest eslint internally
github.com/typescript-eslint/typescript-eslint - kirkwaiblinger opened this issue about 2 months ago
github.com/typescript-eslint/typescript-eslint - kirkwaiblinger opened this issue about 2 months ago
Bug: [no-unnecessary-condition] doesn't recognize truthy bigints prior to TS 5.0
github.com/typescript-eslint/typescript-eslint - kirkwaiblinger opened this issue about 2 months ago
github.com/typescript-eslint/typescript-eslint - kirkwaiblinger opened this issue about 2 months ago
Enhancement: [switch-exhaustiveness-check] support switching `true`
github.com/typescript-eslint/typescript-eslint - Rusty-Beard opened this issue about 2 months ago
github.com/typescript-eslint/typescript-eslint - Rusty-Beard opened this issue about 2 months ago
chore(deps): update dependency @types/node to v20.17.1
github.com/typescript-eslint/typescript-eslint - renovate[bot] opened this pull request about 2 months ago
github.com/typescript-eslint/typescript-eslint - renovate[bot] opened this pull request about 2 months ago
Website: Switch to flat config for website playground ESLint config
github.com/typescript-eslint/typescript-eslint - JoshuaKGoldberg opened this issue about 2 months ago
github.com/typescript-eslint/typescript-eslint - JoshuaKGoldberg opened this issue about 2 months ago
Docs: enable `respectPrefersColorScheme` in docusaurus `themeConfig`
github.com/typescript-eslint/typescript-eslint - hyoban opened this issue about 2 months ago
github.com/typescript-eslint/typescript-eslint - hyoban opened this issue about 2 months ago
Enhancement: Add the `options` property to `ImportExpression` node
github.com/typescript-eslint/typescript-eslint - ota-meshi opened this issue about 2 months ago
github.com/typescript-eslint/typescript-eslint - ota-meshi opened this issue about 2 months ago
fix(eslint-plugin): [consistent-type-definitions] don't leave trailing parens when fixing type to interface
github.com/typescript-eslint/typescript-eslint - kirkwaiblinger opened this pull request about 2 months ago
github.com/typescript-eslint/typescript-eslint - kirkwaiblinger opened this pull request about 2 months ago
Rule proposal: no-excess-properties
github.com/typescript-eslint/typescript-eslint - ronami opened this issue about 2 months ago
github.com/typescript-eslint/typescript-eslint - ronami opened this issue about 2 months ago
Bug: consistent-type-definitions leaves trailing parenthesis when converting a paren-wrapped type to an interface
github.com/typescript-eslint/typescript-eslint - rdecoito opened this issue about 2 months ago
github.com/typescript-eslint/typescript-eslint - rdecoito opened this issue about 2 months ago
fix(eslint-plugin): [switch-exhaustiveness-check] add support for covering a missing property with `undefined`
github.com/typescript-eslint/typescript-eslint - ronami opened this pull request about 2 months ago
github.com/typescript-eslint/typescript-eslint - ronami opened this pull request about 2 months ago
Bug: [explicit-module-boundary-types] `allowDirectConstAssertionInArrowFunctions` should not error when also using `satisfies`
github.com/typescript-eslint/typescript-eslint - jleider opened this issue about 2 months ago
github.com/typescript-eslint/typescript-eslint - jleider opened this issue about 2 months ago
Enhancement: `allowDirectConstAssertionInArrowFunctions` should not error when using `satisfies`
github.com/typescript-eslint/typescript-eslint - jleider opened this issue about 2 months ago
github.com/typescript-eslint/typescript-eslint - jleider opened this issue about 2 months ago
Configs: fix `TS2629` & `no-class-assign` duplicate
github.com/typescript-eslint/typescript-eslint - Rudxain opened this issue about 2 months ago
github.com/typescript-eslint/typescript-eslint - Rudxain opened this issue about 2 months ago
Bug: [switch-exhaustiveness-check] False positive with noUncheckedIndexedAccess
github.com/typescript-eslint/typescript-eslint - jtbandes opened this issue about 2 months ago
github.com/typescript-eslint/typescript-eslint - jtbandes opened this issue about 2 months ago
Docs: Add explanation of the differences & preference between interfaces and types in consistent-type-definitions
github.com/typescript-eslint/typescript-eslint - JoshuaKGoldberg opened this issue about 2 months ago
github.com/typescript-eslint/typescript-eslint - JoshuaKGoldberg opened this issue about 2 months ago
[no-unused-vars] Cannot use 'in' operator to search for 'type' in undefined
github.com/typescript-eslint/typescript-eslint - yoannfleurydev opened this issue about 2 months ago
github.com/typescript-eslint/typescript-eslint - yoannfleurydev opened this issue about 2 months ago
docs: fix typo
github.com/typescript-eslint/typescript-eslint - Rudxain opened this pull request about 2 months ago
github.com/typescript-eslint/typescript-eslint - Rudxain opened this pull request about 2 months ago
Bug: [consistent-indexed-object-style] Unsafe autofix with regards to circular references [8.12.1 regression]
github.com/typescript-eslint/typescript-eslint - JavaScriptBach opened this issue about 2 months ago
github.com/typescript-eslint/typescript-eslint - JavaScriptBach opened this issue about 2 months ago
fix(eslint-plugin): [switch-exhaustiveness-check] invert `considerDefaultExhaustiveForUnions`
github.com/typescript-eslint/typescript-eslint - kirkwaiblinger opened this pull request about 2 months ago
github.com/typescript-eslint/typescript-eslint - kirkwaiblinger opened this pull request about 2 months ago
Bug: [switch-exhaustiveness-check] `considerDefaultExhaustiveForUnions` is inverted
github.com/typescript-eslint/typescript-eslint - kirkwaiblinger opened this issue about 2 months ago
github.com/typescript-eslint/typescript-eslint - kirkwaiblinger opened this issue about 2 months ago
feat(eslint-plugin): [only-throw-error] add allow option
github.com/typescript-eslint/typescript-eslint - yeonjuan opened this pull request about 2 months ago
github.com/typescript-eslint/typescript-eslint - yeonjuan opened this pull request about 2 months ago
Bug: @typescript-eslint/no-deprecated Does not recognize subnamespace
github.com/typescript-eslint/typescript-eslint - xuhdev opened this issue about 2 months ago
github.com/typescript-eslint/typescript-eslint - xuhdev opened this issue about 2 months ago
Bug: [no-useless-assignment] unexpected error when use a variable as the JSX element without any variable props
github.com/typescript-eslint/typescript-eslint - otomad opened this issue about 2 months ago
github.com/typescript-eslint/typescript-eslint - otomad opened this issue about 2 months ago
feat(eslint-plugin): [switch-exhaustiveness-check] add support for "no default" comment
github.com/typescript-eslint/typescript-eslint - developer-bandi opened this pull request about 2 months ago
github.com/typescript-eslint/typescript-eslint - developer-bandi opened this pull request about 2 months ago
fix(utils): allow an array for the values of SharedConfig
github.com/typescript-eslint/typescript-eslint - trygveaa opened this pull request about 2 months ago
github.com/typescript-eslint/typescript-eslint - trygveaa opened this pull request about 2 months ago
fix(eslint-plugin): [no-misused-promises] improve report loc for methods
github.com/typescript-eslint/typescript-eslint - Gyumong opened this pull request about 2 months ago
github.com/typescript-eslint/typescript-eslint - Gyumong opened this pull request about 2 months ago
Bug: [no-deprecated] reports deprecation where TS doesn't
github.com/typescript-eslint/typescript-eslint - Josh-Cena opened this issue about 2 months ago
github.com/typescript-eslint/typescript-eslint - Josh-Cena opened this issue about 2 months ago
Bug: [@typescript-eslint/no-unused-vars] args: after-used is not working for destructured arrays
github.com/typescript-eslint/typescript-eslint - Tofandel opened this issue about 2 months ago
github.com/typescript-eslint/typescript-eslint - Tofandel opened this issue about 2 months ago
Bug: Type for values of SharedConfigs should allow an array
github.com/typescript-eslint/typescript-eslint - trygveaa opened this issue about 2 months ago
github.com/typescript-eslint/typescript-eslint - trygveaa opened this issue about 2 months ago
Bug: [no-misused-promises] bad report loc for methods in object literals
github.com/typescript-eslint/typescript-eslint - kirkwaiblinger opened this issue about 2 months ago
github.com/typescript-eslint/typescript-eslint - kirkwaiblinger opened this issue about 2 months ago
Bug: [no-misused-promises] `inheritedMethods` check should flag all statically analyzable declarations, not just identifiers and numbers.
github.com/typescript-eslint/typescript-eslint - kirkwaiblinger opened this issue about 2 months ago
github.com/typescript-eslint/typescript-eslint - kirkwaiblinger opened this issue about 2 months ago
feat(eslint-plugin): [await-thenable] report unnecessary `await using` statements
github.com/typescript-eslint/typescript-eslint - kirkwaiblinger opened this pull request about 2 months ago
github.com/typescript-eslint/typescript-eslint - kirkwaiblinger opened this pull request about 2 months ago
Enhancement: [await-thenable] should prohibit using a sync disposable with `await using`
github.com/typescript-eslint/typescript-eslint - kirkwaiblinger opened this issue about 2 months ago
github.com/typescript-eslint/typescript-eslint - kirkwaiblinger opened this issue about 2 months ago
fix(eslint-plugin): [no-unnecessary-template] report on types
github.com/typescript-eslint/typescript-eslint - omril1 opened this pull request about 2 months ago
github.com/typescript-eslint/typescript-eslint - omril1 opened this pull request about 2 months ago
Bug: [no-unused-vars] ignore pattern does not work on catch statement
github.com/typescript-eslint/typescript-eslint - Sodik opened this issue about 2 months ago
github.com/typescript-eslint/typescript-eslint - Sodik opened this issue about 2 months ago
fix(eslint-plugin): [no-unnecessary-condition] falsey bigint should be falsey
github.com/typescript-eslint/typescript-eslint - peanutenthusiast opened this pull request about 2 months ago
github.com/typescript-eslint/typescript-eslint - peanutenthusiast opened this pull request about 2 months ago
test(eslint-plugin): fix a typo in a test, causing it to test the `error` type rather than the `unknown` type
github.com/typescript-eslint/typescript-eslint - ronami opened this pull request about 2 months ago
github.com/typescript-eslint/typescript-eslint - ronami opened this pull request about 2 months ago
fix(eslint-plugin): [no-unsafe-return] don't reiterate through all type parts for each part
github.com/typescript-eslint/typescript-eslint - tezf opened this pull request about 2 months ago
github.com/typescript-eslint/typescript-eslint - tezf opened this pull request about 2 months ago
Docs: Highlight performance issues with type-aware rules
github.com/typescript-eslint/typescript-eslint - nzakas opened this issue 2 months ago
github.com/typescript-eslint/typescript-eslint - nzakas opened this issue 2 months ago
fix(rule-tester): use cwd option to set base path for tests with file name
github.com/typescript-eslint/typescript-eslint - reduckted opened this pull request 2 months ago
github.com/typescript-eslint/typescript-eslint - reduckted opened this pull request 2 months ago
Bug: [consistent-type-imports] can not support when using DI of nest.js
github.com/typescript-eslint/typescript-eslint - tianyingchun opened this issue 2 months ago
github.com/typescript-eslint/typescript-eslint - tianyingchun opened this issue 2 months ago
Bug: [no-deprecated] Rule still triggers when purely using types
github.com/typescript-eslint/typescript-eslint - SmashingQuasar opened this issue 2 months ago
github.com/typescript-eslint/typescript-eslint - SmashingQuasar opened this issue 2 months ago
chore(deps): update dependency eslint-plugin-perfectionist to v3.9.1
github.com/typescript-eslint/typescript-eslint - renovate[bot] opened this pull request 2 months ago
github.com/typescript-eslint/typescript-eslint - renovate[bot] opened this pull request 2 months ago
Bug: [no-unnecessary-condition] should not say that falsey bigint is truthy
github.com/typescript-eslint/typescript-eslint - kirkwaiblinger opened this issue 2 months ago
github.com/typescript-eslint/typescript-eslint - kirkwaiblinger opened this issue 2 months ago
Performance degradation in 8.1.0: @typescript-eslint/no-unsafe-return with high-cardinality unions
github.com/typescript-eslint/typescript-eslint - AaronMoat opened this issue 2 months ago
github.com/typescript-eslint/typescript-eslint - AaronMoat opened this issue 2 months ago
Bug: @typescript-eslint/no-unused-expressions Multiple assignments when using comma still breaks the rule.
github.com/typescript-eslint/typescript-eslint - IamFastre opened this issue 2 months ago
github.com/typescript-eslint/typescript-eslint - IamFastre opened this issue 2 months ago