-
-
Notifications
You must be signed in to change notification settings - Fork 2.8k
Insights: typescript-eslint/typescript-eslint
Overview
Could not load contribution data
Please try again later
1 Release published by 1 person
-
v8.35.0
published
Jun 23, 2025
9 Pull requests merged by 6 people
-
docs: update only-throw-error documentation allowRethrowing
#11346 merged
Jun 26, 2025 -
chore: replace custom CONTRIBUTORS.md with GitHub's graphs/contributors
#11341 merged
Jun 26, 2025 -
fix: remove prettier from eslint-plugin
#11339 merged
Jun 25, 2025 -
chore(rule-tester): correct typo in test
#11338 merged
Jun 24, 2025 -
docs: remove legacy note about __dirname
#11315 merged
Jun 24, 2025 -
feat(eslint-plugin): [no-base-to-string] add checkUnknown Option
#11128 merged
Jun 23, 2025 -
chore(eslint-plugin): switch auto-generated test cases to hand-written in ban-tslint-comment.test.ts
#11328 merged
Jun 23, 2025 -
chore(eslint-plugin): switch auto-generated test cases to hand-written in no-unsafe-assignment.test.ts
#11324 merged
Jun 23, 2025 -
chore(eslint-plugin): switch auto-generated test cases to hand-written in consistent-type-assertions.test.ts
#11312 merged
Jun 23, 2025
11 Pull requests opened by 7 people
-
chore(eslint-plugin): switch auto-generated test cases to hand-written in prefer-nullish-coalescing.test.ts
#11325 opened
Jun 20, 2025 -
fix(typescript-estree): infers singleRun as true for project service
#11327 opened
Jun 21, 2025 -
fix(typescript-estree): ensure the token type of the property name is Identifier
#11329 opened
Jun 22, 2025 -
fix(parser): error when both `projectService` and `project` are set
#11333 opened
Jun 23, 2025 -
docs: mention ESLint's defineConfig()
#11335 opened
Jun 23, 2025 -
fix(eslint-plugin): make exported configs/plugin compatible with defineConfig()
#11337 opened
Jun 24, 2025 -
docs: overhaul homepage
#11345 opened
Jun 25, 2025 -
chore(eslint-plugin): switch auto-generated test cases to hand-written in no-unused-expressions.test.ts
#11347 opened
Jun 26, 2025 -
docs(eslint-plugin): [only-throw-error] document options
#11348 opened
Jun 27, 2025 -
fix(website): "cannot find source file" error state if started with blank file
#11350 opened
Jun 27, 2025
13 Issues closed by 4 people
-
Docs: [only-throw-error] default value of `allowRethrowing` is wrong
#11344 closed
Jun 26, 2025 -
Repo: Remove custom 'contributors' script in favor of built-in GitHub feature
#11290 closed
Jun 26, 2025 -
Bug: Issue with `noUncheckedIndexedAccess` and `no-unnecessary-type-assertion`
#11343 closed
Jun 25, 2025 -
Bug: "Unexpected non-object config" after upgrading from 8.29.0 to 8.31.1
#11123 closed
Jun 25, 2025 -
Enhancement: glob externally or as optional peer dependency
#11340 closed
Jun 24, 2025 -
Repo: duplicated test cases in `RuleTester.test.ts`
#11285 closed
Jun 24, 2025 -
Bug: [no-base-to-string] False negative for `unknown` type
#10862 closed
Jun 23, 2025 -
Repo: [ban-tslint-comment.test.ts] Switch auto-generated test cases to hand-written
#11047 closed
Jun 23, 2025 -
Repo: [no-unsafe-assignment.test.ts] Switch auto-generated test cases to hand-written
#11045 closed
Jun 23, 2025 -
Repo: [consistent-type-assertions.test.ts] Switch auto-generated test cases to hand-written
#11040 closed
Jun 23, 2025 -
Bug: Conflict with eslint-plugin-yml
#11332 closed
Jun 23, 2025 -
Bug: [rule name here] <short description of the issue>
#11326 closed
Jun 21, 2025
6 Issues opened by 5 people
-
Enhancement: Forbid optional chaining in `TaggedTemplateExpression`
#11352 opened
Jun 27, 2025 -
Docs: Typed linting warning appears in a weird spot
#11349 opened
Jun 27, 2025 -
Enhancement: [prefer-for-of] Add autofix / fix suggestions
#11336 opened
Jun 23, 2025 -
Bug: DefinitionBase shouldn't allow its Node type to be TSESTree.Program
#11334 opened
Jun 23, 2025 -
Repo: Change the messageId to match eslint
#11331 opened
Jun 22, 2025
29 Unresolved conversations
Sometimes conversations happen on old items that aren’t yet closed. Here is a list of all the Issues and Pull Requests with unresolved conversations.
-
feat(eslint-plugin-internal): [no-dynamic-tests] new internal Lint rule to ban dynamic syntax in generating tests
#11323 commented on
Jun 24, 2025 • 6 new comments -
fix(eslint-plugin): [no-unused-vars] no `is assigned a value but only used as a type` error when it has a same name
#11322 commented on
Jun 27, 2025 • 4 new comments -
feat(eslint-plugin): [await-thenable] report invalid (non-promise) values passed to promise aggregator methods
#11267 commented on
Jun 24, 2025 • 0 new comments -
chore(tsconfig-utils): sync `vitest` config with latest setup
#11239 commented on
Jun 24, 2025 • 0 new comments -
chore(project-service): sync `vitest` config with latest setup
#11237 commented on
Jun 25, 2025 • 0 new comments -
chore: fix issues introduced by updated `nx` configuration
#11230 commented on
Jun 24, 2025 • 0 new comments -
feat(eslint-plugin): [no-redundant-type-constituents] use assignability checking for redundancy checks
#10744 commented on
Jun 26, 2025 • 0 new comments -
Repo: add a bot that comments about bad issue titles
#7010 commented on
Jun 27, 2025 • 0 new comments -
Repo: migrate `eslint-plugin-react` to `@eslint-react/eslint-plugin`
#11214 commented on
Jun 27, 2025 • 0 new comments -
Bug: [consistent-type-imports] False negatives when type name also refers to a local value
#8315 commented on
Jun 27, 2025 • 0 new comments -
Enhancement: replace `fast-glob` with `tinyglobby`
#10533 commented on
Jun 27, 2025 • 0 new comments -
Enhancement: deprecate `project: true` in favor of `projectService` setting
#11252 commented on
Jun 26, 2025 • 0 new comments -
Repo: migrate `eslint-plugin-import` to `eslint-plugin-import-x`
#11212 commented on
Jun 26, 2025 • 0 new comments -
Rule proposal: Disallow variables declared with `[await] using` from being passed beyond the lifetime of their declaration scope
#11309 commented on
Jun 26, 2025 • 0 new comments -
Repo: "*" should not be used which maybe broken with `yarn-berry-deduplicate`
#11266 commented on
Jun 26, 2025 • 0 new comments -
Rule proposal: Disallow literals where enums are expected
#308 commented on
Jun 26, 2025 • 0 new comments -
Repo: Remove vestiges of Jest internally
#11068 commented on
Jun 26, 2025 • 0 new comments -
Repo: enable `eslint-plugin-mdx` for linting `.mdx` files
#11213 commented on
Jun 25, 2025 • 0 new comments -
Enhancement: [prefer-promise-reject-errors] option to allow 'rethrow' of signal reasons or caught values
#11095 commented on
Jun 25, 2025 • 0 new comments -
Repo: migrate `eslint-plugin-jsx-a11y` to `eslint-plugin-jsx-a11y-x`
#11303 commented on
Jun 25, 2025 • 0 new comments -
Enhancement: Allow specifying properties in TypeOrValueSpecifier
#10740 commented on
Jun 24, 2025 • 0 new comments -
Bug: Parser should error when both `projectService` and `project` are set
#11319 commented on
Jun 24, 2025 • 0 new comments -
Enhancement: Support `plugin.meta.namespace`
#11113 commented on
Jun 24, 2025 • 0 new comments -
⚡ Performance: parserOptions.projectService sometimes no longer outperforms parserOptions.project
#9571 commented on
Jun 24, 2025 • 0 new comments -
[no-fallthrough] Lint rule needs type information to avoid false positives e.g. nested switch
#3455 commented on
Jun 23, 2025 • 0 new comments -
Docs: Remove legacy notes about CJS config file extensions and `__dirname`
#11314 commented on
Jun 23, 2025 • 0 new comments -
Repo: [no-unused-expressions.test.ts] Switch auto-generated test cases to hand-written
#11048 commented on
Jun 22, 2025 • 0 new comments -
Enhancement: Use TypeScript's Go port (tsgo / typescript-go) for type information
#10940 commented on
Jun 21, 2025 • 0 new comments -
Bug: The token type of `if` in the 262 `IdentifierName` production should be Identifier instead of Keyword
#11037 commented on
Jun 21, 2025 • 0 new comments