-
-
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
4 Releases published by 1 person
38 Pull requests merged by 18 people
-
fix: disallow extra properties in rule options
#11397 merged
Jul 19, 2025 -
chore: fix default value in JSDoc for reportUnusedDisableDirectives
#11409 merged
Jul 19, 2025 -
fix(typescript-estree): ensure the token type of the property name is Identifier
#11329 merged
Jul 18, 2025 -
feat(typescript-estree): forbid optional chain in
TemplateTaggedLiteral
#11391 merged
Jul 18, 2025 -
chore(tsconfig-utils): sync
vitest
config with latest setup#11239 merged
Jul 15, 2025 -
chore: update to nx 21.2.3
#11400 merged
Jul 15, 2025 -
fix(eslint-plugin): [unified-signatures] fix false positives for ignoreOverloadsWithDifferentJSDoc option
#11381 merged
Jul 14, 2025 -
fix(type-utils): handle namespaced exports in specifier matching
#11380 merged
Jul 14, 2025 -
feat(typescript-estree): infer tsconfigRootDir from call stack
#11370 merged
Jul 14, 2025 -
docs(website): remove stale list of checked expressions
#11384 merged
Jul 9, 2025 -
fix(type-utils): add missing 'types' dependency to 'type-utils'
#11383 merged
Jul 8, 2025 -
feat(typescript-eslint): support
basePath
intseslint.config()
#11357 merged
Jul 7, 2025 -
fix(eslint-plugin): [no-deprecated] should allow ignoring of deprecated value
#10670 merged
Jul 7, 2025 -
chore(project-service): sync
vitest
config with latest setup#11237 merged
Jul 7, 2025 -
chore(website): show tsconfig parsing errors in tab
#10991 merged
Jul 7, 2025 -
chore(deps): update dependency globals to v16.1.0
#11215 merged
Jul 6, 2025 -
docs(eslint-plugin): [only-throw-error] document options
#11348 merged
Jul 6, 2025 -
chore(eslint-plugin): switch auto-generated test cases to hand-written in no-unused-expressions.test.ts
#11347 merged
Jul 6, 2025 -
chore: fix website lint task to rely on build
#11377 merged
Jul 5, 2025 -
docs: overhaul homepage
#11345 merged
Jul 4, 2025 -
chore: make copy-ast-spec non cacheable
#11367 merged
Jul 1, 2025 -
chore: try branch with environment main set
#11366 merged
Jul 1, 2025 -
chore: nx cloud token test
#11365 merged
Jul 1, 2025 -
chore: migrate to nx-cloud-id
#11364 merged
Jul 1, 2025 -
chore: fix issues introduced by updated
nx
configuration#11230 merged
Jul 1, 2025 -
chore: add Vitest to recommended VS Code extensions
#11358 merged
Jun 30, 2025 -
fix(website): did not find a source file error if url hash doesn't contain fileType
#11350 merged
Jun 30, 2025 -
docs: mention ESLint's defineConfig()
#11335 merged
Jun 29, 2025 -
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
15 Pull requests opened by 10 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(parser): error when both `projectService` and `project` are set
#11333 opened
Jun 23, 2025 -
fix(eslint-plugin): [no-deprecated] should report deprecated exports and reexports
#11359 opened
Jun 30, 2025 -
fix(typescript-eslint): error on nested `extends` in `tseslint.config()`
#11361 opened
Jun 30, 2025 -
chore: wip
#11368 opened
Jul 1, 2025 -
chore: remove vestiges of Jest internally
#11385 opened
Jul 8, 2025 -
feat: remove deprecated RuleContext types
#11386 opened
Jul 8, 2025 -
fix(eslint-plugin): [no-unsafe-assignment] add an `unsafeObjectPattern` message
#11403 opened
Jul 16, 2025 -
fix(typescript-eslint): tolerate spaces and other path cases in inferred tsconfigRootDir paths
#11408 opened
Jul 18, 2025 -
feat(eslint-plugin): add prefer-record-type-annotation rule
#11411 opened
Jul 18, 2025 -
fix(typescript-eslint): infer tsconfigRootDir with v8 API
#11412 opened
Jul 18, 2025
46 Issues closed by 9 people
-
Rule proposal: disallow default values for fields that are never undefined
#11405 closed
Jul 19, 2025 -
Bug: The token type of `if` in the 262 `IdentifierName` production should be Identifier instead of Keyword
#11037 closed
Jul 18, 2025 -
Enhancement: Forbid optional chaining in `TaggedTemplateExpression`
#11352 closed
Jul 18, 2025 -
Bug: [consistent-generic-constructors] Don't conflict with isolatedDeclarations if enabled
#10571 closed
Jul 16, 2025 -
Enhancement: [no-unnecessary-condition] additionally check `typeof` expression when it possible
#11404 closed
Jul 16, 2025 -
Security: Update minimatch dependency to latest version
#11401 closed
Jul 15, 2025 -
Repo(tsconfig-utils): sync `vitest` config with latest setup
#11238 closed
Jul 15, 2025 -
Bug: <short description of the issue>
#11399 closed
Jul 15, 2025 -
Bug: [unified-signatures] not ignoring different jsdocs
#11375 closed
Jul 14, 2025 -
Enhancement: Default `tsconfigRootDir` to the running flat config's directory if available
#10841 closed
Jul 14, 2025 -
Docs: [no-unnecessary-condition] list of checked expressions is stale
#11378 closed
Jul 9, 2025 -
Bug: Transitive import of @typescript-eslint/types from @typescript-eslint/type-utils
#11382 closed
Jul 8, 2025 -
Enhancement: Support `basePath` property in `Config` of ESLint
#11356 closed
Jul 7, 2025 -
Docs: Remove legacy notes about CJS config file extensions and `__dirname`
#11314 closed
Jul 7, 2025 -
Bug: [no-deprecated] should allow ignoring of deprecated value
#10660 closed
Jul 7, 2025 -
Repo(project-service): sync `vitest` config with latest setup
#11236 closed
Jul 7, 2025 -
Enhancement: Display tsconfig errors in playground
#8580 closed
Jul 7, 2025 -
Docs: [only-throw-error] give explanation of options
#11173 closed
Jul 6, 2025 -
Repo: Change the messageId to match eslint
#11331 closed
Jul 6, 2025 -
Repo: [no-unused-expressions.test.ts] Switch auto-generated test cases to hand-written
#11048 closed
Jul 6, 2025 -
Repo: Lint error from website lint not relying on build
#11376 closed
Jul 5, 2025 -
Docs: Detail how to get typescript-eslint to lint files from your tsconfig.json `include` list
#11373 closed
Jul 4, 2025 -
Docs: Homepage overhaul
#11184 closed
Jul 4, 2025 -
Repo: address issues introduced by updated `nx` configuration
#11229 closed
Jul 1, 2025 -
Enhancement: Add callsites to deprecate warning
#11235 closed
Jun 30, 2025 -
Enhancement: [no-misused-spread] Option to allow string literals
#10954 closed
Jun 30, 2025 -
Bug: The token value of an escaped identifier differs with espree
#11036 closed
Jun 29, 2025 -
Docs: Mention ESLint's `defineConfig` (until `tseslint.config` is deprecated)
#11313 closed
Jun 29, 2025 -
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 -
Enhancement: [strict-boolean-expressions] allowAlwaysTrueConditions
#11318 closed
Jun 19, 2025
22 Issues opened by 15 people
-
Repo: Use absolute `tsconfigRootDir`s in tests
#11414 opened
Jul 19, 2025 -
Bug: `project: true` doesn't permit trailing pathsep in `tsconfigRootDir`
#11413 opened
Jul 18, 2025 -
Rule proposal: Enforce explicit Record<K, V> type annotations for object literals
#11410 opened
Jul 18, 2025 -
Bug: inferring `tsconfigRootDir` fails with `project: true`
#11407 opened
Jul 17, 2025 -
Bug: Inferred parserOptions.tsconfigRootDir concatenates incorrectly when a space is present in the path
#11398 opened
Jul 15, 2025 -
Bug: schemas of some rules allow extra properties
#11396 opened
Jul 14, 2025 -
Bug: [no-deprecated] Forbids using the name of a deprecated class member in a child classes constructor
#11394 opened
Jul 14, 2025 -
Repo: add QA tool/workflow that detects missing direct dependencies in all packages
#11392 opened
Jul 12, 2025 -
TypeScript 5.9 Support
#11389 opened
Jul 10, 2025 -
Bug: [consistent-type-export] Declaration shadowing causes false positive
#11388 opened
Jul 10, 2025 -
Bug: [no-unsafe-assignment] Misleading error message for object destructuring
#11387 opened
Jul 9, 2025 -
Enhancement: Convert packages to ESM
#11379 opened
Jul 7, 2025 -
Configs: [no-unnecessary-type-conversion] add to strict-type-checked ruleset
#11374 opened
Jul 5, 2025 -
Enhancement: Bug: remove typings for `context.markVariableAsUsed()` and friends?
#11371 opened
Jul 4, 2025 -
Repo: separate test cases with describe block in `packages/eslint-plugin/tests/rules/no-unused-vars`
#11369 opened
Jul 2, 2025 -
⚡️ Performance: Potential overhead populating implicit globals that don't appear in files
#11362 opened
Jun 30, 2025 -
Enhancement: `tseslint.config()` should prohibit nested `extends`
#11360 opened
Jun 30, 2025 -
Enhancement: [no-unsafe-return] Option to check Promise<any> in non-async function
#11354 opened
Jun 27, 2025 -
Bug: Wrong cooked value of `TemplateElement` in `TaggedTemplateExpression `
#11353 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
48 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.
-
chore: migrate to pnpm
#11248 commented on
Jul 19, 2025 • 39 new comments -
feat(eslint-plugin): add rule [strict-void-return]
#9707 commented on
Jul 18, 2025 • 28 new comments -
fix(eslint-plugin): [prefer-optional-chain] ignore `check` option for most RHS of a chain
#11272 commented on
Jul 16, 2025 • 4 new comments -
feat(eslint-plugin): [await-thenable] report invalid (non-promise) values passed to promise aggregator methods
#11267 commented on
Jul 7, 2025 • 3 new comments -
fix(website): update hash value if problem occurs due to ts version error
#11292 commented on
Jun 29, 2025 • 1 new comment -
Enhancement: Remove `errorOnUnknownASTType` option from `ParseOptions`
#11246 commented on
Jul 1, 2025 • 0 new comments -
Enhancement: [no-empty-object-type] Checks for generated empty-object-type
#10619 commented on
Jul 3, 2025 • 0 new comments -
Rule proposal: restrict-constructor-expressions
#10895 commented on
Jul 6, 2025 • 0 new comments -
Dependency Dashboard
#6687 commented on
Jul 6, 2025 • 0 new comments -
Configs: [no-unnecessary-condition] Enable `checkTypePredicates` by default
#10720 commented on
Jul 13, 2025 • 0 new comments -
Configs: [return-await] Change default option from in-try-catch to always
#10165 commented on
Jul 13, 2025 • 0 new comments -
Enhancement: Move `PropertyDefinition.typeAnnotation` to `PropertyDefinition.key.typeAnnotation`?
#11321 commented on
Jul 13, 2025 • 0 new comments -
[unbound-method] False positive on `Intl.Collator.compare` (reopen #4383)
#7098 commented on
Jul 16, 2025 • 0 new comments -
feat(eslint-plugin): [prefer-optional-chain] support `if` statement as part of chain
#10137 commented on
Jun 30, 2025 • 0 new comments -
feat(eslint-plugin): [no-unnecessary-condition] enable checkTypePredicates by default
#10721 commented on
Jun 29, 2025 • 0 new comments -
feat(eslint-plugin): [no-redundant-type-constituents] use assignability checking for redundancy checks
#10744 commented on
Jun 29, 2025 • 0 new comments -
feat(eslint-plugin): [no-unused-private-class-members] new extension rule
#10913 commented on
Jul 13, 2025 • 0 new comments -
fix(eslint-plugin): [no-unnecessary-type-assertion] false positive on non-null assertion after an implicitly-any variable gets initialised inside conditional block
#11082 commented on
Jun 28, 2025 • 0 new comments -
feat(eslint-plugin): [naming-convention] add enumMember PascalCase default option
#11127 commented on
Jul 14, 2025 • 0 new comments -
chore(deps): update dependency history to v5
#11152 commented on
Jul 14, 2025 • 0 new comments -
chore(deps): update codecov/codecov-action action to v5
#11158 commented on
Jul 14, 2025 • 0 new comments -
fix(deps): update babel monorepo to v7.27.1
#11174 commented on
Jul 14, 2025 • 0 new comments -
feat(typescript-estree): forbid invalid keys in `EnumMember`
#11232 commented on
Jul 3, 2025 • 0 new comments -
feat(eslint-plugin): [no-unused-vars] add a default-off option to autofix remove unused imports
#11243 commented on
Jul 16, 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 -
[no-fallthrough] Lint rule needs type information to avoid false positives e.g. nested switch
#3455 commented on
Jun 23, 2025 • 0 new comments -
⚡ Performance: parserOptions.projectService sometimes no longer outperforms parserOptions.project
#9571 commented on
Jun 24, 2025 • 0 new comments -
Enhancement: Support `plugin.meta.namespace`
#11113 commented on
Jun 24, 2025 • 0 new comments -
Enhancement: Allow specifying properties in TypeOrValueSpecifier
#10740 commented on
Jun 24, 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: [prefer-promise-reject-errors] option to allow 'rethrow' of signal reasons or caught values
#11095 commented on
Jun 25, 2025 • 0 new comments -
Repo: Remove vestiges of Jest internally
#11068 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: migrate `eslint-plugin-import` to `eslint-plugin-import-x`
#11212 commented on
Jun 26, 2025 • 0 new comments -
Enhancement: deprecate `project: true` in favor of `projectService` setting
#11252 commented on
Jun 26, 2025 • 0 new comments -
Enhancement: replace `fast-glob` with `tinyglobby`
#10533 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 -
Repo: migrate `eslint-plugin-react` to `@eslint-react/eslint-plugin`
#11214 commented on
Jun 27, 2025 • 0 new comments -
Repo: add a bot that comments about bad issue titles
#7010 commented on
Jun 27, 2025 • 0 new comments -
Docs: Mention defineConfig(); remove mention of tseslint.config()
#10935 commented on
Jun 30, 2025 • 0 new comments -
Bug: Parser should error when both `projectService` and `project` are set
#11319 commented on
Jun 30, 2025 • 0 new comments -
Repo: enable `eslint-plugin-mdx` for linting `.mdx` files
#11213 commented on
Jun 30, 2025 • 0 new comments -
Repo: integrate with `yarn-berry-deduplicate` for fewer dependencies tree
#11216 commented on
Jun 30, 2025 • 0 new comments -
Bug: `prefer-return-this-type` reports on return type unions containing the class when an actual return value might not be `this`
#11225 commented on
Jun 30, 2025 • 0 new comments -
Enhancement: Tests that visitor keys visit fields in source code order
#11282 commented on
Jun 30, 2025 • 0 new comments -
Bug: [@typescript-eslint/prefer-readonly-parameter-types] gives error "Cannot read properties of undefined (reading 'checkFlags')"
#11289 commented on
Jun 30, 2025 • 0 new comments -
Repo: "*" should not be used which maybe broken with `yarn-berry-deduplicate`
#11266 commented on
Jul 1, 2025 • 0 new comments -
Bug: typescript-eslint config types are incompatible with `defineConfig()` types
#10899 commented on
Jul 1, 2025 • 0 new comments