-
-
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.32.1
published
May 12, 2025
16 Pull requests merged by 8 people
-
chore: update some package scripts and dependency config
#10765 merged
May 17, 2025 -
chore: use TLA in ESM scripts rather than async main().catch()
#11218 merged
May 16, 2025 -
chore: update
eslint-plugin-perfectionist
tov4
#11185 merged
May 16, 2025 -
docs: add big announcement notice for old major versions
#11178 merged
May 16, 2025 -
chore(parser): finish migrating to
vitest
#11191 merged
May 16, 2025 -
chore(typescript-eslint): finish migrating to
vitest
#11137 merged
May 16, 2025 -
chore: clean up ESLint config post
vitest
migration#11135 merged
May 16, 2025 -
chore: update sponsors
#11222 merged
May 16, 2025 -
chore: update sponsors
#11195 merged
May 12, 2025 -
chore: simplify
tsconfig
setup usingconfigDir
#11136 merged
May 12, 2025 -
fix(eslint-plugin): [no-deprecated] support computed member access
#10867 merged
May 12, 2025 -
docs: use
T[]
instead of[T, ...T[]]
in rule options#11129 merged
May 12, 2025 -
chore(ast-spec): finish migrating to
vitest
#11126 merged
May 12, 2025 -
fix(eslint-plugin): [no-unnecessary-type-conversion] shouldn't have fixable property
#11194 merged
May 12, 2025
8 Pull requests opened by 6 people
-
docs(eslint-plugin): [typedef] deprecate the rule
#11202 opened
May 12, 2025 -
[REFERENCE] Rule creator packages prototypes
#11207 opened
May 12, 2025 -
chore(deps): update dependency knip to v5.55.1
#11209 opened
May 13, 2025 -
chore(deps): update dependency globals to v16.1.0
#11215 opened
May 14, 2025 -
chore: migrate `eslint-plugin-import` to `eslint-plugin-import-x`
#11217 opened
May 14, 2025 -
chore: remove postinstall steps from CI to speed up prepare-install action
#11219 opened
May 14, 2025 -
chore: clean up nx and other config
#11226 opened
May 17, 2025 -
docs: fix misleading `return-await` options and config group
#11227 opened
May 18, 2025
21 Issues closed by 4 people
-
Repo: update `eslint-plugin-perfectionist` to `v4`
#11186 closed
May 16, 2025 -
Docs: link to docs for previous major versions, with the appropriate caveats
#10483 closed
May 16, 2025 -
Repo(parser): finish migrating to `vitest`
#11189 closed
May 16, 2025 -
Repo(typescript-eslint): finish migrating to `vitest`
#11134 closed
May 16, 2025 -
Repo: clean up `eslint.config.mjs` post `vitest` migration
#11132 closed
May 16, 2025 -
Docs: changelog isnt viewable in github
#11224 closed
May 16, 2025 -
Bug: [no-unnecessary-condition] `if (new.target)` shouldn't trigger the rule.
#11221 closed
May 16, 2025 -
Docs: Clarify how the `config()` helper handles rule merging in flat config
#11220 closed
May 15, 2025 -
Base rule extension: no-var configuration for declarations
#7941 closed
May 14, 2025 -
Docs: provide additional clarity for the "Linting with type information" page
#11188 closed
May 13, 2025 -
Enhancement: [triple-slash-reference] support a new option named `never`
#11196 closed
May 13, 2025 -
Bug: [no-unused-vars] Type-only imports reported as unused despite being referenced by JSDocs
#11208 closed
May 13, 2025 -
Enhancement: [no-deprecated] Allow should support properties inside types
#11083 closed
May 12, 2025 -
Repo: simplify `tsconfig` setup using `configDir`
#11133 closed
May 12, 2025 -
Bug: [no-deprecated] doesn't report deprecated type index access
#10837 closed
May 12, 2025 -
Docs: simplify array type declarations on rule pages
#11117 closed
May 12, 2025 -
Repo(ast-spec): finish migrating to `vitest`
#11112 closed
May 12, 2025 -
Bug: [no-unnecessary-type-conversion] shouldn't have fixable property
#11192 closed
May 12, 2025
12 Issues opened by 5 people
-
Bug: `prefer-return-this-type` report and fixes code to one with TS errors
#11225 opened
May 16, 2025 -
Enhancement: [no-unused-vars] add a default-off option to autofix remove unused imports
#11223 opened
May 16, 2025 -
Repo: integrate with `yarn-berry-deduplicate` for fewer dependencies tree
#11216 opened
May 14, 2025 -
Repo: migrate `eslint-plugin-react` to `@eslint-react/eslint-plugin`
#11214 opened
May 14, 2025 -
Repo: enable `eslint-plugin-mdx` for linting `.mdx` files
#11213 opened
May 14, 2025 -
Repo: migrate `eslint-plugin-import` to `eslint-plugin-import-x`
#11212 opened
May 14, 2025 -
Docs: Mention jsdoc/no-undefined-types & similar in no-unused-vars docs page
#11210 opened
May 13, 2025 -
Repo: Speed up semantic-breaking-change-pr.yml
#11206 opened
May 12, 2025 -
Repo: Per-job CI Install step takes a minute
#11205 opened
May 12, 2025 -
Repo: Improve CI performance to avoid throttling
#11204 opened
May 12, 2025 -
Repo: Onboard OctoGuide
#11203 opened
May 12, 2025 -
Repo: `lint-fix` script is broken
#11201 opened
May 11, 2025
19 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.
-
docs: add note about `max-semi-size` to performance section
#11200 commented on
May 12, 2025 • 1 new comment -
feat(eslint-plugin): [no-base-to-string] add checkUnknown Option
#11128 commented on
May 18, 2025 • 1 new comment -
docs: blog post on parserOptions.projectService
#8031 commented on
May 12, 2025 • 1 new comment -
fix(typescript-eslint): make exported configs/plugin compatible with `defineConfig()`
#11190 commented on
May 16, 2025 • 0 new comments -
feat: create standalone project-service, tsconfig-utils packages
#11182 commented on
May 16, 2025 • 0 new comments -
fix(deps): update babel monorepo to v7.27.1
#11174 commented on
May 12, 2025 • 0 new comments -
chore(deps): update nx monorepo to v20.8.1
#11172 commented on
May 17, 2025 • 0 new comments -
fix(eslint-plugin): [no-deprecated] should allow ignoring of deprecated value
#10670 commented on
May 16, 2025 • 0 new comments -
Enhancement: Allow specifying properties in TypeOrValueSpecifier
#10740 commented on
May 17, 2025 • 0 new comments -
Dependency Dashboard
#6687 commented on
May 16, 2025 • 0 new comments -
Docs: Remove mention of tseslint.config()
#10935 commented on
May 16, 2025 • 0 new comments -
Bug: [no-deprecated] doesn't work on export/re-export statements
#11197 commented on
May 16, 2025 • 0 new comments -
Bug: error TS2742 in eslint.config.mjs with `"composite": true` and pnpm
#10893 commented on
May 16, 2025 • 0 new comments -
Bug: Parser: End range of `Program` differs from Espree
#11026 commented on
May 15, 2025 • 0 new comments -
Rule proposal: prefer `declare var` for global declarations
#2594 commented on
May 15, 2025 • 0 new comments -
migrate from `markdownlint` to `remark-lint`
#3223 commented on
May 14, 2025 • 0 new comments -
Docs: Mark typedef as deprecated / feature frozen
#11187 commented on
May 13, 2025 • 0 new comments -
Enhancement: Move RuleCreator into its own package with fewer dependencies than utils
#10383 commented on
May 12, 2025 • 0 new comments -
Repo: Lint rule to ban dynamic syntax in generating tests
#11052 commented on
May 12, 2025 • 0 new comments