-
-
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.1
published
Jun 30, 2025
8 Pull requests merged by 5 people
-
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
9 Pull requests opened by 5 people
-
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 -
feat(typescript-eslint): support `basePath` in `tseslint.config()`
#11357 opened
Jun 30, 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
12 Issues closed by 5 people
-
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
7 Issues opened by 5 people
-
⚡️ 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: Support `basePath` property in `Config` of ESLint
#11356 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 -
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
45 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): add rule [strict-void-return]
#9707 commented on
Jun 30, 2025 • 17 new comments -
feat(eslint-plugin-internal): [no-dynamic-tests] new internal Lint rule to ban dynamic syntax in generating tests
#11323 commented on
Jun 24, 2025 • 3 new comments -
fix(parser): error when both `projectService` and `project` are set
#11333 commented on
Jun 30, 2025 • 2 new comments -
fix(typescript-estree): infers singleRun as true for project service
#11327 commented on
Jun 30, 2025 • 1 new comment -
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 30, 2025 • 1 new comment -
fix(website): update hash value if problem occurs due to ts version error
#11292 commented on
Jun 29, 2025 • 1 new comment -
⚡ Performance: parserOptions.projectService sometimes no longer outperforms parserOptions.project
#9571 commented on
Jun 24, 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 config types are incompatible with `defineConfig()` types
#10899 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 -
Enhancement: [prefer-for-of] Add autofix / fix suggestions
#11336 commented on
Jun 30, 2025 • 0 new comments -
Enhancement: Remove `errorOnUnknownASTType` option from `ParseOptions`
#11246 commented on
Jun 30, 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 -
chore(website): Show tsconfig parsing errors in tab
#10991 commented on
Jun 29, 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 -
chore: fix issues introduced by updated `nx` configuration
#11230 commented on
Jun 24, 2025 • 0 new comments -
chore(project-service): sync `vitest` config with latest setup
#11237 commented on
Jun 30, 2025 • 0 new comments -
chore(tsconfig-utils): sync `vitest` config with latest setup
#11239 commented on
Jun 24, 2025 • 0 new comments -
chore: migrate to pnpm
#11248 commented on
Jun 29, 2025 • 0 new comments -
feat(eslint-plugin): [await-thenable] report invalid (non-promise) values passed to promise aggregator methods
#11267 commented on
Jun 30, 2025 • 0 new comments -
fix(typescript-estree): ensure the token type of the property name is Identifier
#11329 commented on
Jun 30, 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 -
Bug: DefinitionBase shouldn't allow its Node type to be TSESTree.Program
#11334 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: [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 -
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: Change the messageId to match eslint
#11331 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 -
Enhancement: [no-empty-object-type] Checks for generated empty-object-type
#10619 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 -
Repo: "*" should not be used which maybe broken with `yarn-berry-deduplicate`
#11266 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