-
-
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: 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
4 Pull requests opened by 3 people
-
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 -
chore: wip
#11368 opened
Jul 1, 2025
6 Issues closed by 4 people
-
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
3 Issues opened by 3 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
33 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 -
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
Jul 1, 2025 • 3 new comments -
fix(parser): error when both `projectService` and `project` are set
#11333 commented on
Jul 1, 2025 • 2 new comments -
fix(typescript-estree): infers singleRun as true for project service
#11327 commented on
Jul 1, 2025 • 2 new comments -
fix(website): update hash value if problem occurs due to ts version error
#11292 commented on
Jun 29, 2025 • 1 new comment -
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(project-service): sync `vitest` config with latest setup
#11237 commented on
Jul 1, 2025 • 0 new comments -
chore(tsconfig-utils): sync `vitest` config with latest setup
#11239 commented on
Jul 1, 2025 • 0 new comments -
chore: migrate to pnpm
#11248 commented on
Jul 1, 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 -
docs: overhaul homepage
#11345 commented on
Jun 30, 2025 • 0 new comments -
chore(eslint-plugin): switch auto-generated test cases to hand-written in no-unused-expressions.test.ts
#11347 commented on
Jun 30, 2025 • 0 new comments -
docs(eslint-plugin): [only-throw-error] document options
#11348 commented on
Jun 30, 2025 • 0 new comments -
fix(typescript-estree): if the template literal is tagged and the text has an invalid escape, `cooked` will be `null`
#11355 commented on
Jul 1, 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): [prefer-optional-chain] support `if` statement as part of chain
#10137 commented on
Jun 30, 2025 • 0 new comments -
Enhancement: [no-empty-object-type] Checks for generated empty-object-type
#10619 commented on
Jul 1, 2025 • 0 new comments -
Enhancement: Remove `errorOnUnknownASTType` option from `ParseOptions`
#11246 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 -
Enhancement: [prefer-for-of] Add autofix / fix suggestions
#11336 commented on
Jul 1, 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 -
Docs: Typed linting warning appears in a weird spot
#11349 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: Tests that visitor keys visit fields in source code order
#11282 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 -
Repo: integrate with `yarn-berry-deduplicate` for fewer dependencies tree
#11216 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 -
Bug: Parser should error when both `projectService` and `project` are set
#11319 commented on
Jun 30, 2025 • 0 new comments -
Enhancement: [no-unsafe-return] Option to check Promise<any> in non-async function
#11354 commented on
Jun 30, 2025 • 0 new comments -
Docs: Mention defineConfig(); remove mention of tseslint.config()
#10935 commented on
Jun 30, 2025 • 0 new comments