Ecosyste.ms: OpenCollective
An open API service for software projects hosted on Open Collective.
typescript-eslint
The tooling that enables ESLint and Prettier to support TypeScript
Collective -
Host: opensource -
https://opencollective.com/typescript-eslint
- Website: https://typescript-eslint.io
- Code: https://github.com/typescript-eslint/typescript-eslint
Cleanup old file/folder watch callbacks
github.com/typescript-eslint/typescript-eslint - bradzacher opened this issue over 3 years ago
github.com/typescript-eslint/typescript-eslint - bradzacher opened this issue over 3 years ago
Skip the `isTTY` check for printing the "SUPPORTED TYPESCRIPT VERSIONS" message if the user passes in the `loggerFn` option
github.com/typescript-eslint/typescript-eslint - octogonz opened this issue over 3 years ago
github.com/typescript-eslint/typescript-eslint - octogonz opened this issue over 3 years ago
[no-dynamic-delete] Compatibility with typescript's noPropertyAccessFromIndexSignature
github.com/typescript-eslint/typescript-eslint - iliubinskii opened this issue over 3 years ago
github.com/typescript-eslint/typescript-eslint - iliubinskii opened this issue over 3 years ago
proposal: multiline-ternary and operator-linebreak
github.com/typescript-eslint/typescript-eslint - privatenumber opened this issue over 3 years ago
github.com/typescript-eslint/typescript-eslint - privatenumber opened this issue over 3 years ago
[no-fallthrough] Lint rule needs type information to avoid false positives e.g. nested switch
github.com/typescript-eslint/typescript-eslint - OliverJAsh opened this issue over 3 years ago
github.com/typescript-eslint/typescript-eslint - OliverJAsh opened this issue over 3 years ago
[naming-convention] Static Computed Properties do not enforce the rule
github.com/typescript-eslint/typescript-eslint - berickson1 opened this issue over 3 years ago
github.com/typescript-eslint/typescript-eslint - berickson1 opened this issue over 3 years ago
[prefer-reduce-type-parameter] unfixable reporting
github.com/typescript-eslint/typescript-eslint - JounQin opened this issue over 3 years ago
github.com/typescript-eslint/typescript-eslint - JounQin opened this issue over 3 years ago
[no-base-to-string] add option to prevent usage of Array .join on non-toString things
github.com/typescript-eslint/typescript-eslint - lydell opened this issue over 3 years ago
github.com/typescript-eslint/typescript-eslint - lydell opened this issue over 3 years ago
[quotes] Backticks for union types
github.com/typescript-eslint/typescript-eslint - mordv opened this issue over 3 years ago
github.com/typescript-eslint/typescript-eslint - mordv opened this issue over 3 years ago
[no-unused-vars] report when runtime var is only used within a type (`type MyType = typeof varName`)
github.com/typescript-eslint/typescript-eslint - happycollision opened this issue over 3 years ago
github.com/typescript-eslint/typescript-eslint - happycollision opened this issue over 3 years ago
[function-paren-newline] false positives with parentheses in return types
github.com/typescript-eslint/typescript-eslint - kku39 opened this issue over 3 years ago
github.com/typescript-eslint/typescript-eslint - kku39 opened this issue over 3 years ago
[no-unnecessary-type-assertion] False positive with flow-based narrowing on generic types
github.com/typescript-eslint/typescript-eslint - taymonbeal opened this issue over 3 years ago
github.com/typescript-eslint/typescript-eslint - taymonbeal opened this issue over 3 years ago
[@typescript-eslint/quote-props] Extension Rule Proposal
github.com/typescript-eslint/typescript-eslint - mpsijm opened this issue over 3 years ago
github.com/typescript-eslint/typescript-eslint - mpsijm opened this issue over 3 years ago
[consistent-type-imports] Allow type annotations in declaration blocks
github.com/typescript-eslint/typescript-eslint - glen-84 opened this issue over 3 years ago
github.com/typescript-eslint/typescript-eslint - glen-84 opened this issue over 3 years ago
[no-unsafe-member-access] Not allowing "interface X extends" for a type in a nested namespace
github.com/typescript-eslint/typescript-eslint - cbdeveloper opened this issue over 3 years ago
github.com/typescript-eslint/typescript-eslint - cbdeveloper opened this issue over 3 years ago
Rule proposal: prevent uninitialized variables causing runtime errors
github.com/typescript-eslint/typescript-eslint - TenPotatoes opened this issue over 3 years ago
github.com/typescript-eslint/typescript-eslint - TenPotatoes opened this issue over 3 years ago
migrate from `markdownlint` to `remark-lint`
github.com/typescript-eslint/typescript-eslint - JounQin opened this issue almost 4 years ago
github.com/typescript-eslint/typescript-eslint - JounQin opened this issue almost 4 years ago
Rule proposal: no unnecessary type coercion
github.com/typescript-eslint/typescript-eslint - JounQin opened this issue almost 4 years ago
github.com/typescript-eslint/typescript-eslint - JounQin opened this issue almost 4 years ago
feat(typescript-estree): add ParenthesizedExpression when surrounded by JSDoc type comment
github.com/typescript-eslint/typescript-eslint - armano2 opened this pull request almost 4 years ago
github.com/typescript-eslint/typescript-eslint - armano2 opened this pull request almost 4 years ago
[array-bracket-spacing] doesn't work on types
github.com/typescript-eslint/typescript-eslint - AlbanDurrheimer opened this issue almost 4 years ago
github.com/typescript-eslint/typescript-eslint - AlbanDurrheimer opened this issue almost 4 years ago
[no-unnecessary-condition] allow unnecessary optional chaining in list of conditions for uniformity
github.com/typescript-eslint/typescript-eslint - snebjorn opened this issue almost 4 years ago
github.com/typescript-eslint/typescript-eslint - snebjorn opened this issue almost 4 years ago
Rule proposal: Ensure special verbs match the type (e.g. `hasName` is boolean or boolean function)
github.com/typescript-eslint/typescript-eslint - fregante opened this issue almost 4 years ago
github.com/typescript-eslint/typescript-eslint - fregante opened this issue almost 4 years ago
[no-unused-vars] false positive when class property has the same name as import
github.com/typescript-eslint/typescript-eslint - kmaraz opened this issue almost 4 years ago
github.com/typescript-eslint/typescript-eslint - kmaraz opened this issue almost 4 years ago
feat(eslint-plugin): add no-return-in-void-callback rule
github.com/typescript-eslint/typescript-eslint - ArnaudBarre opened this pull request almost 4 years ago
github.com/typescript-eslint/typescript-eslint - ArnaudBarre opened this pull request almost 4 years ago
Symlinks cause parserOptions.project errors
github.com/typescript-eslint/typescript-eslint - nikparo opened this issue almost 4 years ago
github.com/typescript-eslint/typescript-eslint - nikparo opened this issue almost 4 years ago
Decorators: conflict between no-multi-spaces and key-spacing rules
github.com/typescript-eslint/typescript-eslint - nuno-m opened this issue almost 4 years ago
github.com/typescript-eslint/typescript-eslint - nuno-m opened this issue almost 4 years ago
[switch-exhaustiveness-check] Require default case if discriminant type is not a union
github.com/typescript-eslint/typescript-eslint - raymondwang opened this issue almost 4 years ago
github.com/typescript-eslint/typescript-eslint - raymondwang opened this issue almost 4 years ago
[no-explicit-any] support JSDoc
github.com/typescript-eslint/typescript-eslint - Raynos opened this issue almost 4 years ago
github.com/typescript-eslint/typescript-eslint - Raynos opened this issue almost 4 years ago
[sort-type-constituents] Option for array order
github.com/typescript-eslint/typescript-eslint - bordecal opened this issue almost 4 years ago
github.com/typescript-eslint/typescript-eslint - bordecal opened this issue almost 4 years ago
feat(eslint-plugin): [no-duplicate-union-intersection] add rule
github.com/typescript-eslint/typescript-eslint - remcohaszing opened this pull request almost 4 years ago
github.com/typescript-eslint/typescript-eslint - remcohaszing opened this pull request almost 4 years ago
Massive Slowdown
github.com/typescript-eslint/typescript-eslint - Goldziher opened this issue about 4 years ago
github.com/typescript-eslint/typescript-eslint - Goldziher opened this issue about 4 years ago
[no-unused-vars] False positives with members of exported namespace in .d.ts file
github.com/typescript-eslint/typescript-eslint - andersk opened this issue about 4 years ago
github.com/typescript-eslint/typescript-eslint - andersk opened this issue about 4 years ago
Rule proposal: detect useless template literal interpolation
github.com/typescript-eslint/typescript-eslint - karlhorky opened this issue about 4 years ago
github.com/typescript-eslint/typescript-eslint - karlhorky opened this issue about 4 years ago
[array-callback-return] False positive when in a map that uses a switch case without default because all possibilities are handled but ESLint isn't aware of that
github.com/typescript-eslint/typescript-eslint - MaximeCheramy opened this issue about 4 years ago
github.com/typescript-eslint/typescript-eslint - MaximeCheramy opened this issue about 4 years ago
Proposal: tsc backed jsx conditional rendering rule
github.com/typescript-eslint/typescript-eslint - pke opened this issue about 4 years ago
github.com/typescript-eslint/typescript-eslint - pke opened this issue about 4 years ago
Documentation feature request - Rule performance benchmarks
github.com/typescript-eslint/typescript-eslint - CreativeTechGuy opened this issue about 4 years ago
github.com/typescript-eslint/typescript-eslint - CreativeTechGuy opened this issue about 4 years ago
feat(eslint-plugin): [no-unsafe-assignment] [no-unsafe-return] add never support
github.com/typescript-eslint/typescript-eslint - CreativeTechGuy opened this pull request about 4 years ago
github.com/typescript-eslint/typescript-eslint - CreativeTechGuy opened this pull request about 4 years ago
Documentation for AST node types
github.com/typescript-eslint/typescript-eslint - paulius-valiunas opened this issue about 4 years ago
github.com/typescript-eslint/typescript-eslint - paulius-valiunas opened this issue about 4 years ago
Rule proposal: `no-inferrable-types` equivalent for function return types
github.com/typescript-eslint/typescript-eslint - vegerot opened this issue about 4 years ago
github.com/typescript-eslint/typescript-eslint - vegerot opened this issue about 4 years ago
[no-shadow] declaring a global causes no-shadow to error
github.com/typescript-eslint/typescript-eslint - salemhilal opened this issue about 4 years ago
github.com/typescript-eslint/typescript-eslint - salemhilal opened this issue about 4 years ago
[switch-exhaustiveness-check] add support for "no default" comment
github.com/typescript-eslint/typescript-eslint - chimericdream opened this issue about 4 years ago
github.com/typescript-eslint/typescript-eslint - chimericdream opened this issue about 4 years ago
Rule proposal: avoid using deprecated code
github.com/typescript-eslint/typescript-eslint - fregante opened this issue over 4 years ago
github.com/typescript-eslint/typescript-eslint - fregante opened this issue over 4 years ago
Rule suggestion: use of `never`
github.com/typescript-eslint/typescript-eslint - NWilson opened this issue over 4 years ago
github.com/typescript-eslint/typescript-eslint - NWilson opened this issue over 4 years ago
Rule proposal: prefer `declare var` for global declarations
github.com/typescript-eslint/typescript-eslint - ark120202 opened this issue over 4 years ago
github.com/typescript-eslint/typescript-eslint - ark120202 opened this issue over 4 years ago
[@typescript-eslint/no-shadow] false positives with static methods
github.com/typescript-eslint/typescript-eslint - dinofx opened this issue over 4 years ago
github.com/typescript-eslint/typescript-eslint - dinofx opened this issue over 4 years ago
[no-restricted-imports] No way to use this rule with `import = require()` syntax.
github.com/typescript-eslint/typescript-eslint - rtruong opened this issue over 4 years ago
github.com/typescript-eslint/typescript-eslint - rtruong opened this issue over 4 years ago
[no-unused-vars] False positive when var is used in @jsxFrag
github.com/typescript-eslint/typescript-eslint - dbartholomae opened this issue over 4 years ago
github.com/typescript-eslint/typescript-eslint - dbartholomae opened this issue over 4 years ago
Rule proposal: warn against unused array iterator method return values
github.com/typescript-eslint/typescript-eslint - PSeitz opened this issue over 4 years ago
github.com/typescript-eslint/typescript-eslint - PSeitz opened this issue over 4 years ago
[no-base-to-string] doesn't catch toLocaleString
github.com/typescript-eslint/typescript-eslint - danielnixon opened this issue over 4 years ago
github.com/typescript-eslint/typescript-eslint - danielnixon opened this issue over 4 years ago
[prefer-function-type] suggested fix breaks mergeable interface
github.com/typescript-eslint/typescript-eslint - tadhgmister opened this issue over 4 years ago
github.com/typescript-eslint/typescript-eslint - tadhgmister opened this issue over 4 years ago
[no-unsafe-return] Unable to correctly infer type from a generic-extending interface with wildcard parameter
github.com/typescript-eslint/typescript-eslint - lxsmnsyc opened this issue over 4 years ago
github.com/typescript-eslint/typescript-eslint - lxsmnsyc opened this issue over 4 years ago
[member-ordering] decorated method overloads have unexpected behavior
github.com/typescript-eslint/typescript-eslint - GerkinDev opened this issue over 4 years ago
github.com/typescript-eslint/typescript-eslint - GerkinDev opened this issue over 4 years ago
[no-restricted-imports] No way to forbid only regular imports from a package & allow type imports
github.com/typescript-eslint/typescript-eslint - mgol opened this issue over 4 years ago
github.com/typescript-eslint/typescript-eslint - mgol opened this issue over 4 years ago
feat(eslint-plugin): add `consistent-indexed-object-style` rule
github.com/typescript-eslint/typescript-eslint - remcohaszing opened this pull request over 4 years ago
github.com/typescript-eslint/typescript-eslint - remcohaszing opened this pull request over 4 years ago
Rule proposal: Don't pass default values to functions
github.com/typescript-eslint/typescript-eslint - fregante opened this issue over 4 years ago
github.com/typescript-eslint/typescript-eslint - fregante opened this issue over 4 years ago
[@typescript-eslint/member-ordering] auto-fix
github.com/typescript-eslint/typescript-eslint - abemedia opened this issue over 4 years ago
github.com/typescript-eslint/typescript-eslint - abemedia opened this issue over 4 years ago
[no-unnecessary-type-assertion] false positive in strict mode
github.com/typescript-eslint/typescript-eslint - aiwenar opened this issue over 4 years ago
github.com/typescript-eslint/typescript-eslint - aiwenar opened this issue over 4 years ago
[naming-convention] Missing distinction between "declaring" versus "using" a property
github.com/typescript-eslint/typescript-eslint - octogonz opened this issue over 4 years ago
github.com/typescript-eslint/typescript-eslint - octogonz opened this issue over 4 years ago
[naming-convention] Provide a way to customize lint messages
github.com/typescript-eslint/typescript-eslint - octogonz opened this issue over 4 years ago
github.com/typescript-eslint/typescript-eslint - octogonz opened this issue over 4 years ago
[class-literal-property-style] should not fix readonly to getter when assigned in ctor
github.com/typescript-eslint/typescript-eslint - k3nsei opened this issue over 4 years ago
github.com/typescript-eslint/typescript-eslint - k3nsei opened this issue over 4 years ago
[no-unsafe-member-access] location of warning is swamping other warnings
github.com/typescript-eslint/typescript-eslint - LakMoore opened this issue over 4 years ago
github.com/typescript-eslint/typescript-eslint - LakMoore opened this issue over 4 years ago
[naming-convention] variable or variableLike which is an object
github.com/typescript-eslint/typescript-eslint - ehossack opened this issue over 4 years ago
github.com/typescript-eslint/typescript-eslint - ehossack opened this issue over 4 years ago
[no-unnecessary-condition] false positive on RHS of LHS of nested conditional
github.com/typescript-eslint/typescript-eslint - astorije opened this issue over 4 years ago
github.com/typescript-eslint/typescript-eslint - astorije opened this issue over 4 years ago
[naming-convention] Add the ability to lint imports
github.com/typescript-eslint/typescript-eslint - vkrol opened this issue over 4 years ago
github.com/typescript-eslint/typescript-eslint - vkrol opened this issue over 4 years ago
Support for Project References
github.com/typescript-eslint/typescript-eslint - bradzacher opened this issue over 4 years ago
github.com/typescript-eslint/typescript-eslint - bradzacher opened this issue over 4 years ago
[prefer-readonly-parameter-types] inferred types from third party code make rule painful
github.com/typescript-eslint/typescript-eslint - osdiab opened this issue over 4 years ago
github.com/typescript-eslint/typescript-eslint - osdiab opened this issue over 4 years ago
`@typescript-eslint/promise-function-async` should not flag Promise subclasses
github.com/typescript-eslint/typescript-eslint - chancancode opened this issue over 4 years ago
github.com/typescript-eslint/typescript-eslint - chancancode opened this issue over 4 years ago
[no-extraneous-class] new option to specifically allow abstract classes
github.com/typescript-eslint/typescript-eslint - 0xCLARITY opened this issue over 4 years ago
github.com/typescript-eslint/typescript-eslint - 0xCLARITY opened this issue over 4 years ago
[method-signature-style] Shouldn't affect methods that use `this`
github.com/typescript-eslint/typescript-eslint - fregante opened this issue over 4 years ago
github.com/typescript-eslint/typescript-eslint - fregante opened this issue over 4 years ago
[consistent-return] extend base rule with knowledge of return type annotations
github.com/typescript-eslint/typescript-eslint - arcanis opened this issue over 4 years ago
github.com/typescript-eslint/typescript-eslint - arcanis opened this issue over 4 years ago
ParenthesizedExpression with a JSDoc type-casting comment is not included in the AST
github.com/typescript-eslint/typescript-eslint - jens-duttke opened this issue over 4 years ago
github.com/typescript-eslint/typescript-eslint - jens-duttke opened this issue over 4 years ago
New Rule: `prefer-destructuring`
github.com/typescript-eslint/typescript-eslint - 0xCLARITY opened this issue over 4 years ago
github.com/typescript-eslint/typescript-eslint - 0xCLARITY opened this issue over 4 years ago
feat(eslint-plugin): allowPackageDotJson option for no-var-requires
github.com/typescript-eslint/typescript-eslint - anikethsaha opened this pull request over 4 years ago
github.com/typescript-eslint/typescript-eslint - anikethsaha opened this pull request over 4 years ago
[no-var-requires] add an option to ignore `require('../package.json')`
github.com/typescript-eslint/typescript-eslint - bcoe opened this issue over 4 years ago
github.com/typescript-eslint/typescript-eslint - bcoe opened this issue over 4 years ago
[prefer-optional-chain] false positive for `T | boolean` types
github.com/typescript-eslint/typescript-eslint - the21st opened this issue over 4 years ago
github.com/typescript-eslint/typescript-eslint - the21st opened this issue over 4 years ago
fix(typescript-estree): add support for extra file extensions
github.com/typescript-eslint/typescript-eslint - sheetalkamat opened this pull request almost 5 years ago
github.com/typescript-eslint/typescript-eslint - sheetalkamat opened this pull request almost 5 years ago
[indent][meta issue] Problems with the indent rule
github.com/typescript-eslint/typescript-eslint - bradzacher opened this issue almost 5 years ago
github.com/typescript-eslint/typescript-eslint - bradzacher opened this issue almost 5 years ago
[await-thenable] warn against passing non-promise values to promise aggregators (`Promise.all`, `Promise.allSettled`, `Promise.race`)
github.com/typescript-eslint/typescript-eslint - viestat opened this issue almost 5 years ago
github.com/typescript-eslint/typescript-eslint - viestat opened this issue almost 5 years ago
feat(eslint-plugin): [no-floating-promise] add option to ignore IIFEs
github.com/typescript-eslint/typescript-eslint - anikethsaha opened this pull request almost 5 years ago
github.com/typescript-eslint/typescript-eslint - anikethsaha opened this pull request almost 5 years ago
[no-unnecessary-condition] ignore array index return
github.com/typescript-eslint/typescript-eslint - astorije opened this issue almost 5 years ago
github.com/typescript-eslint/typescript-eslint - astorije opened this issue almost 5 years ago
[prefer-readonly-parameter-types] false positive with tagged primitive type
github.com/typescript-eslint/typescript-eslint - ckknight opened this issue almost 5 years ago
github.com/typescript-eslint/typescript-eslint - ckknight opened this issue almost 5 years ago
Rule proposal check void-covariant return types of implemented interfaces and extended classes
github.com/typescript-eslint/typescript-eslint - rendaw opened this issue almost 5 years ago
github.com/typescript-eslint/typescript-eslint - rendaw opened this issue almost 5 years ago
[explicit-function-return-type] infer the type from the return value for bodyless arrow functions
github.com/typescript-eslint/typescript-eslint - dandv opened this issue almost 5 years ago
github.com/typescript-eslint/typescript-eslint - dandv opened this issue almost 5 years ago
Review handling of generically constrained types across rules
github.com/typescript-eslint/typescript-eslint - bradzacher opened this issue almost 5 years ago
github.com/typescript-eslint/typescript-eslint - bradzacher opened this issue almost 5 years ago
[no-empty-interface] Cannot extend type alias / incorrect fixit
github.com/typescript-eslint/typescript-eslint - Bouke opened this issue almost 5 years ago
github.com/typescript-eslint/typescript-eslint - Bouke opened this issue almost 5 years ago
[prefer-const] false positive when casting left side of assignment operator
github.com/typescript-eslint/typescript-eslint - IlyaSemenov opened this issue almost 5 years ago
github.com/typescript-eslint/typescript-eslint - IlyaSemenov opened this issue almost 5 years ago
[no-empty-interface] False positive when merging interface with class
github.com/typescript-eslint/typescript-eslint - IlyaSemenov opened this issue almost 5 years ago
github.com/typescript-eslint/typescript-eslint - IlyaSemenov opened this issue almost 5 years ago
[no-extra-parens] Incorrect rule when used with arrow generic
github.com/typescript-eslint/typescript-eslint - renjfk opened this issue almost 5 years ago
github.com/typescript-eslint/typescript-eslint - renjfk opened this issue almost 5 years ago
[naming-convention] Handle names that are a classish type
github.com/typescript-eslint/typescript-eslint - sindresorhus opened this issue almost 5 years ago
github.com/typescript-eslint/typescript-eslint - sindresorhus opened this issue almost 5 years ago
[naming-convention] Handle constructor passed as parameter
github.com/typescript-eslint/typescript-eslint - sindresorhus opened this issue almost 5 years ago
github.com/typescript-eslint/typescript-eslint - sindresorhus opened this issue almost 5 years ago
[explicit-literal-value] new rule for nominal typing (require type annotations)
github.com/typescript-eslint/typescript-eslint - Aetet opened this issue almost 5 years ago
github.com/typescript-eslint/typescript-eslint - Aetet opened this issue almost 5 years ago
feat(experimental-utils): make RuleMetaData.docs optional
github.com/typescript-eslint/typescript-eslint - MrCrunchwrap opened this pull request almost 5 years ago
github.com/typescript-eslint/typescript-eslint - MrCrunchwrap opened this pull request almost 5 years ago
[indent] add baseIndent for Vue SFC
github.com/typescript-eslint/typescript-eslint - pleek91 opened this issue about 5 years ago
github.com/typescript-eslint/typescript-eslint - pleek91 opened this issue about 5 years ago
Align AST for TSEnumDeclaration with TSInterfaceDeclaration, TSModuleDeclaration, etc
github.com/typescript-eslint/typescript-eslint - bradzacher opened this issue about 5 years ago
github.com/typescript-eslint/typescript-eslint - bradzacher opened this issue about 5 years ago
[consistent-return] false positive when returning a void/undefined value
github.com/typescript-eslint/typescript-eslint - bradzacher opened this issue about 5 years ago
github.com/typescript-eslint/typescript-eslint - bradzacher opened this issue about 5 years ago
[deprecation] Warns when deprecated APIs are used.
github.com/typescript-eslint/typescript-eslint - htho opened this issue about 5 years ago
github.com/typescript-eslint/typescript-eslint - htho opened this issue about 5 years ago
[member-naming] @internal
github.com/typescript-eslint/typescript-eslint - htho opened this issue about 5 years ago
github.com/typescript-eslint/typescript-eslint - htho opened this issue about 5 years ago
OOM when many (>10) project configs passed to the parser
github.com/typescript-eslint/typescript-eslint - screendriver opened this issue about 5 years ago
github.com/typescript-eslint/typescript-eslint - screendriver opened this issue about 5 years ago
[no-unnecessary-type-assertion] False negative on unknown!
github.com/typescript-eslint/typescript-eslint - ooyyloo opened this issue about 5 years ago
github.com/typescript-eslint/typescript-eslint - ooyyloo opened this issue about 5 years ago
Rule proposal: detect unused generator calls
github.com/typescript-eslint/typescript-eslint - brainkim opened this issue about 5 years ago
github.com/typescript-eslint/typescript-eslint - brainkim opened this issue about 5 years ago