Ecosyste.ms: OpenCollective
An open API service for software projects hosted on Open Collective.
github.com/typescript-eslint/typescript-eslint
:sparkles: Monorepo for all the tooling which enables ESLint to support TypeScript
https://github.com/typescript-eslint/typescript-eslint
Bug: no-var-requires not working for calling functions
bastienmoulia opened this issue over 1 year ago
bastienmoulia opened this issue over 1 year ago
Enhancement: [no-this-alias] should apply only to const, but not to let
GermanJablo opened this issue over 1 year ago
GermanJablo opened this issue over 1 year ago
docs: fleshed out RFC and Technical Discussions forms
JoshuaKGoldberg opened this pull request over 1 year ago
JoshuaKGoldberg opened this pull request over 1 year ago
Docs: Add an "I have read the guidelines and this fits discussions" checkbox for discussions
JoshuaKGoldberg opened this issue over 1 year ago
JoshuaKGoldberg opened this issue over 1 year ago
Enhancement: allow altering the file names that `project: true` searches for
me4502 opened this issue over 1 year ago
me4502 opened this issue over 1 year ago
Bug: [prefer-nullish-coalescing] False positive to `nullable boolean`
xsjcTony opened this issue over 1 year ago
xsjcTony opened this issue over 1 year ago
fix(eslint-plugin): replace auto-fix of class literal property style rule with suggestion
Melandra opened this pull request over 1 year ago
Melandra opened this pull request over 1 year ago
Enhancement: @typescript-eslint/explicit-function-return-type 'allowedNames' option must accept regular expressions as well
daniilgri opened this issue over 1 year ago
daniilgri opened this issue over 1 year ago
docs: complete sentence documenting turning on parserOptions.project
Melandra opened this pull request over 1 year ago
Melandra opened this pull request over 1 year ago
docs: update PR title subject example
DimitarNestorov opened this pull request over 1 year ago
DimitarNestorov opened this pull request over 1 year ago
docs(eslint-plugin): update correct code example for sort-type-constituents
DimitarNestorov opened this pull request over 1 year ago
DimitarNestorov opened this pull request over 1 year ago
Bug: naming-convention combination of selector variables and modifier private or public throws validation error
RezaRahmati opened this issue over 1 year ago
RezaRahmati opened this issue over 1 year ago
Bug: [ban-types] should not apply to type definitions
JoshMcCullough opened this issue over 1 year ago
JoshMcCullough opened this issue over 1 year ago
Enhancement: [no-unnecessary-condition] Make allowConstantLoopConditions more granular
JoshuaKGoldberg opened this issue over 1 year ago
JoshuaKGoldberg opened this issue over 1 year ago
Bug: Parser fails to parse file with decorator
dchhetri opened this issue over 1 year ago
dchhetri opened this issue over 1 year ago
Rule proposal: forbid unnecessary assignment of parameter properties
EvgenyOrekhov opened this issue over 1 year ago
EvgenyOrekhov opened this issue over 1 year ago
Website: Playground doesn't capture undo state for auto-fixes
JoshuaKGoldberg opened this issue over 1 year ago
JoshuaKGoldberg opened this issue over 1 year ago
Bug: [consistent-type-assertions] It should not report to change from `as` to `satisfies`
xsjcTony opened this issue over 1 year ago
xsjcTony opened this issue over 1 year ago
Bug: [no-unnecessary-type-arguments]: False positive on function/constructor with default generic parameter passed as value
6XGate opened this issue over 1 year ago
6XGate opened this issue over 1 year ago
docs(eslint-plugin): fix no-unnecessary-type-assertion doc examples
OliverDudgeon opened this pull request over 1 year ago
OliverDudgeon opened this pull request over 1 year ago
fix(eslint-plugin): fix suggested replacement for `{}` as empty object
jaredly opened this pull request over 1 year ago
jaredly opened this pull request over 1 year ago
Docs: Enable Discussion forms
JoshuaKGoldberg opened this issue over 1 year ago
JoshuaKGoldberg opened this issue over 1 year ago
Bug: [no-unsafe-member-access] does not respect `in` operator / check
JoshMcCullough opened this issue over 1 year ago
JoshMcCullough opened this issue over 1 year ago
docs(website): fix wrong example in `prefer-includes`
Juneezee opened this pull request over 1 year ago
Juneezee opened this pull request over 1 year ago
Enhancement: [restrict-plus-operands] no error for concat with empty string (typecast)
kkmuffme opened this issue over 1 year ago
kkmuffme opened this issue over 1 year ago
Enhancement: [restrict-plus-operands] no error when using () for grouping numbers and strings
kkmuffme opened this issue over 1 year ago
kkmuffme opened this issue over 1 year ago
docs: reorganise release/version docs
bradzacher opened this pull request over 1 year ago
bradzacher opened this pull request over 1 year ago
Bug: [no-invalid-void-type] false positive (?) when used as `Promise<T | void>`
xsjcTony opened this issue over 1 year ago
xsjcTony opened this issue over 1 year ago
Repo: Why the version bump to `v5.59.6`?
ehoogeveen-medweb opened this issue over 1 year ago
ehoogeveen-medweb opened this issue over 1 year ago
Bug: [no-extra-parens] False positive when calling generic function with type tuple parameter containing parenthesis
burtek opened this issue over 1 year ago
burtek opened this issue over 1 year ago
Enhancement: How to fix @typescript-eslint/restrict-template-expressions issues in .js files
da-du opened this issue over 1 year ago
da-du opened this issue over 1 year ago
chore: enable sort-type-constituents internally
JoshuaKGoldberg opened this pull request over 1 year ago
JoshuaKGoldberg opened this pull request over 1 year ago
feat(eslint-plugin): [restrict-plus-operands] change checkCompoundAssignments to skipCompoundAssignments
JoshuaKGoldberg opened this pull request over 1 year ago
JoshuaKGoldberg opened this pull request over 1 year ago
fix(eslint-plugin): [no-extra-parens] false positive when used with `satisfies` keyword
fcorsair opened this pull request over 1 year ago
fcorsair opened this pull request over 1 year ago
chore(deps): update dependency @swc/core to v1.3.69
renovate[bot] opened this pull request over 1 year ago
renovate[bot] opened this pull request over 1 year ago
chore(deps): update dependency eslint-plugin-unicorn to v46.0.1
renovate[bot] opened this pull request over 1 year ago
renovate[bot] opened this pull request over 1 year ago
feat: drop support for node v14 and test against node v20
bradzacher opened this pull request over 1 year ago
bradzacher opened this pull request over 1 year ago
chore(deps): update nx to v15.9.4
renovate[bot] opened this pull request over 1 year ago
renovate[bot] opened this pull request over 1 year ago
chore: update to latest nx and lerna
JamesHenry opened this pull request over 1 year ago
JamesHenry opened this pull request over 1 year ago
Bug: [no-extra-parens] False positive when used with `satisfies` keyword
xsjcTony opened this issue over 1 year ago
xsjcTony opened this issue over 1 year ago
Configs: Disable ESLint's `no-new-native-nonconstructor`
Samuel-Therrien-Beslogic opened this issue over 1 year ago
Samuel-Therrien-Beslogic opened this issue over 1 year ago
chore(deps): update dependency eslint to v8.45.0
renovate[bot] opened this pull request over 1 year ago
renovate[bot] opened this pull request over 1 year ago
chore(deps): update dependency eslint-visitor-keys to v3.4.1 - autoclosed
renovate[bot] opened this pull request over 1 year ago
renovate[bot] opened this pull request over 1 year ago
Docs: Mention how to try out local changes in downstream repositories
JoshuaKGoldberg opened this issue over 1 year ago
JoshuaKGoldberg opened this issue over 1 year ago
Enhancement: allow an allowlist of files to compile
reharik opened this issue over 1 year ago
reharik opened this issue over 1 year ago
chore(deps): update dependency @types/node to v18.16.14
renovate[bot] opened this pull request over 1 year ago
renovate[bot] opened this pull request over 1 year ago
Repo: add a bot that comments about bad issue titles
bradzacher opened this issue over 1 year ago
bradzacher opened this issue over 1 year ago
docs: be more explicit about what restrict-template-expressions restricts
Josh-Cena opened this pull request over 1 year ago
Josh-Cena opened this pull request over 1 year ago
Enhancement: [no-floating-promises] add an 'allowForKnownSafePromises' option
JoshuaKGoldberg opened this issue over 1 year ago
JoshuaKGoldberg opened this issue over 1 year ago
Enhancement: [no-floating-promises] add ignorePattern
kkmuffme opened this issue over 1 year ago
kkmuffme opened this issue over 1 year ago
Rule proposal: unreachable-nullish-coalescing-operator
loynoir opened this issue over 1 year ago
loynoir opened this issue over 1 year ago
Docs: will type information also lead to new reports by default eslint rules?
kkmuffme opened this issue over 1 year ago
kkmuffme opened this issue over 1 year ago
Docs: missing half the sentence
kkmuffme opened this issue over 1 year ago
kkmuffme opened this issue over 1 year ago
docs: [ban-types] update documentation; suggest option and defaults
MatthiasKunnen opened this pull request over 1 year ago
MatthiasKunnen opened this pull request over 1 year ago
chore(deps): update dependency webpack to v5.84.0
renovate[bot] opened this pull request over 1 year ago
renovate[bot] opened this pull request over 1 year ago
chore(deps): update dependency semver to v7.5.1
renovate[bot] opened this pull request over 1 year ago
renovate[bot] opened this pull request over 1 year ago
chore(deps): update dependency prettier to v2.8.8
renovate[bot] opened this pull request over 1 year ago
renovate[bot] opened this pull request over 1 year ago
chore: apply provenance data to canary releases
JamesHenry opened this pull request over 1 year ago
JamesHenry opened this pull request over 1 year ago
chore: bump console-fail-test to 0.2.3
JoshuaKGoldberg opened this pull request over 1 year ago
JoshuaKGoldberg opened this pull request over 1 year ago
chore(deps): update dependency monaco-editor to ^0.38.0
renovate[bot] opened this pull request over 1 year ago
renovate[bot] opened this pull request over 1 year ago
chore(deps): update babel to v7.21.8
renovate[bot] opened this pull request over 1 year ago
renovate[bot] opened this pull request over 1 year ago
feat(rule-tester): add support for snapshot testing rules
bradzacher opened this pull request over 1 year ago
bradzacher opened this pull request over 1 year ago
Enhancement: Support CodePath rule listener methods
NotWoods opened this issue over 1 year ago
NotWoods opened this issue over 1 year ago
Docs: what parserOptions.project relative to?
majiang opened this issue over 1 year ago
majiang opened this issue over 1 year ago
chore: update sponsors
typescript-eslint[bot] opened this pull request over 1 year ago
typescript-eslint[bot] opened this pull request over 1 year ago
chore(deps): update dependency @microsoft/api-extractor to v7.34.7
renovate[bot] opened this pull request over 1 year ago
renovate[bot] opened this pull request over 1 year ago
Enhancement: [no-empty-interface] Allow extends in declaration
luxaritas opened this issue over 1 year ago
luxaritas opened this issue over 1 year ago
chore(deps): update dependency @types/marked to v4.3.0
renovate[bot] opened this pull request over 1 year ago
renovate[bot] opened this pull request over 1 year ago
chore(deps): update dependency @axe-core/playwright to v4.7.0
renovate[bot] opened this pull request over 1 year ago
renovate[bot] opened this pull request over 1 year ago
chore(deps): update dependency markdownlint-cli to ^0.35.0 - abandoned
renovate[bot] opened this pull request over 1 year ago
renovate[bot] opened this pull request over 1 year ago
chore(deps): update dependency console-fail-test to ^0.2.0
renovate[bot] opened this pull request over 1 year ago
renovate[bot] opened this pull request over 1 year ago
chore(deps): update dependency tsx to v3.12.7
renovate[bot] opened this pull request over 1 year ago
renovate[bot] opened this pull request over 1 year ago
chore(deps): update dependency @eslint-community/regexpp to v4.5.1
renovate[bot] opened this pull request over 1 year ago
renovate[bot] opened this pull request over 1 year ago
Docs: Potentially confusing flow for enabling typed linting
zacharysyoung opened this issue over 1 year ago
zacharysyoung opened this issue over 1 year ago
Bug: [key-spacing] and [type-annotation-spacing] are in conflict
sxyazi opened this issue over 1 year ago
sxyazi opened this issue over 1 year ago
chore(deps): update babel to v7.21.5
renovate[bot] opened this pull request over 1 year ago
renovate[bot] opened this pull request over 1 year ago
chore: update contributors
typescript-eslint[bot] opened this pull request over 1 year ago
typescript-eslint[bot] opened this pull request over 1 year ago
chore(deps): update dependency @types/node to v18.16.3
renovate[bot] opened this pull request over 1 year ago
renovate[bot] opened this pull request over 1 year ago
chore(deps): update dependency @microsoft/api-extractor to v7.34.6
renovate[bot] opened this pull request over 1 year ago
renovate[bot] opened this pull request over 1 year ago
docs: replace extend any with unknown for no-unnecessary-type-constra…
takanome-dev opened this pull request over 1 year ago
takanome-dev opened this pull request over 1 year ago
chore(deps): update dependency @playwright/test to v1.33.0
renovate[bot] opened this pull request over 1 year ago
renovate[bot] opened this pull request over 1 year ago
docs: add a section suggesting gifs for pr reviews
sfavello opened this pull request over 1 year ago
sfavello opened this pull request over 1 year ago
Docs: no-unnecessary-type-constraint should mention extending unknown
JoshuaKGoldberg opened this issue over 1 year ago
JoshuaKGoldberg opened this issue over 1 year ago
Bug: TS1196 vs @typescript-eslint/no-explicit-any
eighty4 opened this issue over 1 year ago
eighty4 opened this issue over 1 year ago
chore(deps): update dependency webpack to v5.81.0
renovate[bot] opened this pull request over 1 year ago
renovate[bot] opened this pull request over 1 year ago
chore(deps): update dependency lint-staged to v13.2.2
renovate[bot] opened this pull request over 1 year ago
renovate[bot] opened this pull request over 1 year ago
[naming-convention] set filter.match to false not working with enum selector
liuliangsir opened this issue over 1 year ago
liuliangsir opened this issue over 1 year ago
docs: add missing ! (...) around comparison cases in no-unnecessary-boolean-literal-compare fixer
tarunrajput opened this pull request over 1 year ago
tarunrajput opened this pull request over 1 year ago
Bug: [no-unused-vars] False negative when var is referenced from TSDoc `{@link ...}` / tsdoc support
kraenhansen opened this issue over 1 year ago
kraenhansen opened this issue over 1 year ago
chore(deps): update dependency @swc/core to v1.3.56
renovate[bot] opened this pull request over 1 year ago
renovate[bot] opened this pull request over 1 year ago
Bug: typescript compile errors when `exactOptionalPropertyTypes` compiler option is enabled
DetachHead opened this issue over 1 year ago
DetachHead opened this issue over 1 year ago
Bug: [@typescript-eslint/no-this-alias] false positive with a generator
vadzim opened this issue over 1 year ago
vadzim opened this issue over 1 year ago
feat: fork json schema types for better compat with ESLint rule validation
bradzacher opened this pull request over 1 year ago
bradzacher opened this pull request over 1 year ago
chore: bump deps
bradzacher opened this pull request over 1 year ago
bradzacher opened this pull request over 1 year ago
Rule proposal: Prevent concatenation of string with object
KleaTech opened this issue over 1 year ago
KleaTech opened this issue over 1 year ago
chore(deps): update dependency prettier to v2.8.8
renovate[bot] opened this pull request over 1 year ago
renovate[bot] opened this pull request over 1 year ago
chore(deps): update dependency @types/node to v18.16.0
renovate[bot] opened this pull request over 1 year ago
renovate[bot] opened this pull request over 1 year ago
Enhancement: no-base-to-string -- close the String constructor loophole
pmcelhaney opened this issue over 1 year ago
pmcelhaney opened this issue over 1 year ago
chore(deps): update dependency eslint to v8.39.0
renovate[bot] opened this pull request over 1 year ago
renovate[bot] opened this pull request over 1 year ago
chore(deps): update dependency @types/react to v18.2.14
renovate[bot] opened this pull request over 1 year ago
renovate[bot] opened this pull request over 1 year ago