Ecosyste.ms: OpenCollective
An open API service for software projects hosted on Open Collective.
github.com/typescript-eslint/typescript-eslint
:sparkles: Monorepo for all the tooling which enables ESLint to support TypeScript
https://github.com/typescript-eslint/typescript-eslint
Enhancement: [rule-tester] remove spurious dependency on `@eslint/eslintrc`
jakebailey opened this issue 5 months ago
jakebailey opened this issue 5 months ago
docs: fix outdated project setting
Zamiell opened this pull request 5 months ago
Zamiell opened this pull request 5 months ago
feat(eslint-plugin): [no-deprecated] add rule
JoshuaKGoldberg opened this pull request 5 months ago
JoshuaKGoldberg opened this pull request 5 months ago
prevent definite-assignment-assertions
neilsoult opened this issue 5 months ago
neilsoult opened this issue 5 months ago
Docs: `projectService` - consider adding an alternative to `import.meta.dirname`
AndreaPontrandolfo opened this issue 5 months ago
AndreaPontrandolfo opened this issue 5 months ago
Bug: Types incompatibility between @types/eslint's Globals and SharedConfig's GlobalsConfig
JoshuaKGoldberg opened this issue 5 months ago
JoshuaKGoldberg opened this issue 5 months ago
fix(eslint-plugin): [no-unsafe-enum-comparison] typo in test
Zamiell opened this pull request 5 months ago
Zamiell opened this pull request 5 months ago
Bug: no-unused-vars - 'x' is assigned a value but only used as a type
burt202 opened this issue 5 months ago
burt202 opened this issue 5 months ago
fix(eslint-plugin): [no-unsafe-enum-comparison] add logic to see through intersections
Zamiell opened this pull request 5 months ago
Zamiell opened this pull request 5 months ago
Compatibility with @types/eslint
qwertycxz opened this issue 5 months ago
qwertycxz opened this issue 5 months ago
fix(eslint-plugin): [member-ordering] get accessor member name & take into account `abstract` and decorator
OlivierZal opened this pull request 5 months ago
OlivierZal opened this pull request 5 months ago
Bug: Parsing error: "parserOptions.project" has been provided for @typescript-eslint/parser.
Zamiell opened this issue 5 months ago
Zamiell opened this issue 5 months ago
Bug: Maximum call stack size exceeded for long binary operators
sosukesuzuki opened this issue 5 months ago
sosukesuzuki opened this issue 5 months ago
Enhancement: Trigger a project service reload on first out-of-project client file
JoshuaKGoldberg opened this issue 5 months ago
JoshuaKGoldberg opened this issue 5 months ago
Bug: [no-unsafe-assignment] "Unsafe assignment of an error typed value." obscures underlying TS errors
bhollis opened this issue 5 months ago
bhollis opened this issue 5 months ago
`RuleTester` feat: a way to set up for a test case
RobinTail opened this issue 5 months ago
RobinTail opened this issue 5 months ago
Docs: [require-await] document behavior around generator functions
kirkwaiblinger opened this issue 5 months ago
kirkwaiblinger opened this issue 5 months ago
Rule proposal: ensure type predicate assignable to narrowed parameter
kirkwaiblinger opened this issue 5 months ago
kirkwaiblinger opened this issue 5 months ago
Bug: Packages cannot be imported into TypeScript projects if module is CommonJS
daniel7grant opened this issue 5 months ago
daniel7grant opened this issue 5 months ago
Bug: [@typescript-eslint/no-unnecessary-type-parameters] NoInfer triggers false positive
guillaumebrunerie opened this issue 5 months ago
guillaumebrunerie opened this issue 5 months ago
Bug: [@typescript-eslint/member-ordering] no error raised when accessors not sorted by alphabetical order
OlivierZal opened this issue 5 months ago
OlivierZal opened this issue 5 months ago
Rule proposal: prevent an explicit `: boolean` return type annotation if a predicate return type could be inferred
bradzacher opened this issue 5 months ago
bradzacher opened this issue 5 months ago
Repo: Enable Publish Attestation (Provenance) [SECURITY]
elliot-huffman opened this issue 5 months ago
elliot-huffman opened this issue 5 months ago
Bug: You are currently running a version of TypeScript which is not officially supported by @typescript-eslint/typescript-estree.
dustydang-tyler opened this issue 5 months ago
dustydang-tyler opened this issue 5 months ago
Bug: [no-empty-object-type] false positive/incorrect fixes for default type parameter
printfn opened this issue 5 months ago
printfn opened this issue 5 months ago
Bug: [@typescript-eslint/no-duplicate-enum-values] Cannot read properties of undefined
jd-carroll opened this issue 5 months ago
jd-carroll opened this issue 5 months ago
chore(deps): update dependency @eslint/js to v9.8.0
renovate[bot] opened this pull request 5 months ago
renovate[bot] opened this pull request 5 months ago
Bug: Cannot find module '@typescript-eslint/eslint-plugin'
d-balaskas opened this issue 5 months ago
d-balaskas opened this issue 5 months ago
chore: clean up generate-sponsors
abrahamguo opened this pull request 5 months ago
abrahamguo opened this pull request 5 months ago
Bug: [no-wrapper-object-types] false positive for Symbol in ts namespace
HolgerJeromin opened this issue 5 months ago
HolgerJeromin opened this issue 5 months ago
Doc: [no-shadow] Specialized error on enum type with the same name as one of the values
artificialWave opened this issue 5 months ago
artificialWave opened this issue 5 months ago
[no-unnecessary-condition] False positive unnecessary optional chain on nested `void` values
lukekarrys opened this issue 5 months ago
lukekarrys opened this issue 5 months ago
Docs: Add FAQs and flesh out associated docs for project service
JoshuaKGoldberg opened this issue 5 months ago
JoshuaKGoldberg opened this issue 5 months ago
Docs: Consider having more formal "upgrade guide" indications for major releases
JoshuaKGoldberg opened this issue 5 months ago
JoshuaKGoldberg opened this issue 5 months ago
Bug: [no-unnecessary-type-parameters] Correct positive on single-use type parameters, but where inlining the parameter at the use site is a compile error
ashvinsrivatsa opened this issue 5 months ago
ashvinsrivatsa opened this issue 5 months ago
Bug: Fresh install with pnpm installs multiple versions of typescript-estree
Mitsunee opened this issue 5 months ago
Mitsunee opened this issue 5 months ago
Bug (v8): .js files not found with parserOptions.project set to tsconfig.eslint.json including **/*.js
JoshuaKGoldberg opened this issue 5 months ago
JoshuaKGoldberg opened this issue 5 months ago
Bug: [@typescript-eslint/no-unused-expressions] Error when using logical AND (&&) for null check
florianmutter opened this issue 5 months ago
florianmutter opened this issue 5 months ago
chore: remove v8 mentions from docs and ci.yml
auvred opened this pull request 5 months ago
auvred opened this pull request 5 months ago
chore(rule-tester): make unit tests pass
auvred opened this pull request 5 months ago
auvred opened this pull request 5 months ago
fix(website): tsconfig is blank
y-hsgw opened this pull request 5 months ago
y-hsgw opened this pull request 5 months ago
fix: add missing peer dependencies
ethanwu10 opened this pull request 5 months ago
ethanwu10 opened this pull request 5 months ago
chore: set `reportUnusedDisableDirectives` level to `error`
abrahamguo opened this pull request 5 months ago
abrahamguo opened this pull request 5 months ago
chore: enable `unicorn/prefer-node-protocol`
abrahamguo opened this pull request 5 months ago
abrahamguo opened this pull request 5 months ago
fix(eslint-plugin): [no-unnecessary-type-parameters] check mapped alias type arguments
JoshuaKGoldberg opened this pull request 5 months ago
JoshuaKGoldberg opened this pull request 5 months ago
fix(eslint-plugin): [no-unnecessary-type-parameters] check mapped constraint types if necessary
JoshuaKGoldberg opened this pull request 5 months ago
JoshuaKGoldberg opened this pull request 5 months ago
Bug: `parserService` allowDefaultProject just isn't working
samesfahani-tuplehealth opened this issue 5 months ago
samesfahani-tuplehealth opened this issue 5 months ago
fix(eslint-plugin): [no-unnecessary-type-parameters] skip checking function bodies for AST references
JoshuaKGoldberg opened this pull request 5 months ago
JoshuaKGoldberg opened this pull request 5 months ago
fix(eslint-plugin): [no-unnecessary-type-parameters] clarify message
JoshuaKGoldberg opened this pull request 5 months ago
JoshuaKGoldberg opened this pull request 5 months ago
Bug:Lots of `Found an "error" any type` after upgrade to TypeScript 5.5
stianjensen opened this issue 5 months ago
stianjensen opened this issue 5 months ago
Bug: [no-unnecessary-type-parameters] Counts type parameter references in body irrelevant to the signature
JoshuaKGoldberg opened this issue 5 months ago
JoshuaKGoldberg opened this issue 5 months ago
chore(deps): update dependency cspell to v8.13.1
renovate[bot] opened this pull request 5 months ago
renovate[bot] opened this pull request 5 months ago
Docs: Clarity issue on Flat config `extends` description
JoshuaKGoldberg opened this issue 5 months ago
JoshuaKGoldberg opened this issue 5 months ago
Tests: RuleTester tests contains outdated snapshot with incorrect test case filename
auvred opened this issue 5 months ago
auvred opened this issue 5 months ago
Bug: `projectService` causes issues with `vscode-eslint` extension.
tetarchus opened this issue 5 months ago
tetarchus opened this issue 5 months ago
Bug: no-require-imports applies to `.js` files in CommonJS projects, and to `.cjs` files
simonhaenisch opened this issue 5 months ago
simonhaenisch opened this issue 5 months ago
Repo: remove v8 mentions from docs and ci.yml
auvred opened this issue 5 months ago
auvred opened this issue 5 months ago
Docs: explain how to setup issue auto-closer in "Major Releases" docs
auvred opened this issue 5 months ago
auvred opened this issue 5 months ago
chore: update husky v9 and prepare scripts for v10
Kenneth-Sills opened this pull request 5 months ago
Kenneth-Sills opened this pull request 5 months ago
docs(website): display sidebar rules on tombstone pages
y-hsgw opened this pull request 5 months ago
y-hsgw opened this pull request 5 months ago
fix(typescript-eslint): allow `@types/eslint`'s config type in arguments of `configs()` helper
rhysd opened this pull request 5 months ago
rhysd opened this pull request 5 months ago
Bug: Types are incompatible between `@types/eslint` and `typescript-eslint`
rhysd opened this issue 5 months ago
rhysd opened this issue 5 months ago
Bug: [no-unnecessary-type-parameters] ignoring reference in `T[as keyof T] as ...`
n0099 opened this issue 5 months ago
n0099 opened this issue 5 months ago
chore(deps): update dependency stylelint to v16.8.1
renovate[bot] opened this pull request 5 months ago
renovate[bot] opened this pull request 5 months ago
Bug: [no-unnecessary-type-parameters] False positive on curried functions
eranhirsch opened this issue 5 months ago
eranhirsch opened this issue 5 months ago
📈 Tracking: typescript-eslint v8 support
JoshuaKGoldberg opened this issue 5 months ago
JoshuaKGoldberg opened this issue 5 months ago
Bug: [no-unused-var] issue with Angular app
huineng opened this issue 5 months ago
huineng opened this issue 5 months ago
feat(eslint-plugin): add suggestion to `require-await` to remove `async` keyword
reduckted opened this pull request 5 months ago
reduckted opened this pull request 5 months ago
chore(deps): update dependency @stylistic/eslint-plugin to v2.9.0
renovate[bot] opened this pull request 5 months ago
renovate[bot] opened this pull request 5 months ago
docs: correct allowDefaultProject references to not start with ./
JoshuaKGoldberg opened this pull request 5 months ago
JoshuaKGoldberg opened this pull request 5 months ago
Docs: Local relative paths not supported by projectService's allowDefaultProject
JoshuaKGoldberg opened this issue 5 months ago
JoshuaKGoldberg opened this issue 5 months ago
fix(eslint-plugin): [no-unnecessary-type-parameters] ignore type arguments for infinite recursion protection
abrahamguo opened this pull request 5 months ago
abrahamguo opened this pull request 5 months ago
docs: update RuleTester example to use FlatConfig configuration
zOadT opened this pull request 5 months ago
zOadT opened this pull request 5 months ago
Docs: Type-Aware Rule Tester Example does not work since v8
zOadT opened this issue 5 months ago
zOadT opened this issue 5 months ago
test(type-utils): add tests for containsAllTypesByName
y-hsgw opened this pull request 5 months ago
y-hsgw opened this pull request 5 months ago
chore(deps): update babel monorepo
renovate[bot] opened this pull request 5 months ago
renovate[bot] opened this pull request 5 months ago
Bug: [no-unnecessary-type-parameters] Detects an error where there's none
lgenzelis opened this issue 5 months ago
lgenzelis opened this issue 5 months ago
Bug: [consistent-return] function with exhaustive switch case returns reports a false positive
sharunkumar opened this issue 5 months ago
sharunkumar opened this issue 5 months ago
feat(eslint-plugin): add rule [strict-void-return]
phaux opened this pull request 5 months ago
phaux opened this pull request 5 months ago
Bug: [no-unnecessary-type-parameters] ignoring reference in other type parameters
n0099 opened this issue 5 months ago
n0099 opened this issue 5 months ago
Bug: [no-unnecessary-type-parameters] Maximum call stack size exceeded
TimKolberger opened this issue 5 months ago
TimKolberger opened this issue 5 months ago
Repo: prettier V3 does not support automatic inline snapshots
scarf005 opened this issue 5 months ago
scarf005 opened this issue 5 months ago
feat(eslint-plugin): [no-floating-promises] enable "add await" suggestion if ignoreVoid is true
y-hsgw opened this pull request 5 months ago
y-hsgw opened this pull request 5 months ago
docs: [strict-boolean-expressions] fix nullable number/string example
scarf005 opened this pull request 5 months ago
scarf005 opened this pull request 5 months ago
Enhancement: [strict-boolean-expressions] option to ban strict equality on nullable boolean
scarf005 opened this issue 5 months ago
scarf005 opened this issue 5 months ago
chore: update sponsors
typescript-eslint[bot] opened this pull request 5 months ago
typescript-eslint[bot] opened this pull request 5 months ago
Documentation: [strict-boolean-expressions] examples don't match their descriptions
scarf005 opened this issue 5 months ago
scarf005 opened this issue 5 months ago
chore: enabled eslint-plugin-perfectionist on utils
JoshuaKGoldberg opened this pull request 5 months ago
JoshuaKGoldberg opened this pull request 5 months ago
Enhancement: no-unused-vars Prevent "defined but only used as type" error
doberkofler opened this issue 5 months ago
doberkofler opened this issue 5 months ago
chore(deps): update dependency chai to v4.5.0
renovate[bot] opened this pull request 5 months ago
renovate[bot] opened this pull request 5 months ago
Bug: [Undefine Variable] variable is considered undefined even after has method check on map object
dineshchauhanAPP opened this issue 5 months ago
dineshchauhanAPP opened this issue 5 months ago
fix(eslint-plugin): [no-unused-vars] ignore imports used only as types
jakebailey opened this pull request 5 months ago
jakebailey opened this pull request 5 months ago
Bug: Function-like options usage
azat-io opened this issue 5 months ago
azat-io opened this issue 5 months ago
chore(deps): update dependency @eslint/compat to v1.1.1
renovate[bot] opened this pull request 5 months ago
renovate[bot] opened this pull request 5 months ago
Tests: Reduce the giant number of naming-convention tests
JoshuaKGoldberg opened this issue 5 months ago
JoshuaKGoldberg opened this issue 5 months ago
docs(eslint-plugin): [no-unnecessary-type-parameters] add admonition about rule's potential for subtlety
kirkwaiblinger opened this pull request 5 months ago
kirkwaiblinger opened this pull request 5 months ago
Bug: @typescript-eslint/eslint-plugin and eslint peer dep conflict
spence-s opened this issue 5 months ago
spence-s opened this issue 5 months ago
Bug: .husky/_/_/husky.sh: No such file or directory
abrahamguo opened this issue 5 months ago
abrahamguo opened this issue 5 months ago
chore: enable unicorn/no-useless-spread
abrahamguo opened this pull request 5 months ago
abrahamguo opened this pull request 5 months ago
feat(typescript-estree): special-case error for parserOptions.project and project references
JoshuaKGoldberg opened this pull request 5 months ago
JoshuaKGoldberg opened this pull request 5 months ago