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
Enhancement: [array-type] <Option to only enforce array style for simple types>
github.com/typescript-eslint/typescript-eslint - tylerlaprade opened this issue over 1 year ago
github.com/typescript-eslint/typescript-eslint - tylerlaprade opened this issue over 1 year ago
Bug: [no-unnecessary-type-assertion] Poor error message for missing type parameter constraint
github.com/typescript-eslint/typescript-eslint - JoshuaKGoldberg opened this issue over 1 year ago
github.com/typescript-eslint/typescript-eslint - JoshuaKGoldberg opened this issue over 1 year ago
chore(deps): update dependency @types/node to v18.15.12
github.com/typescript-eslint/typescript-eslint - renovate[bot] opened this pull request over 1 year ago
github.com/typescript-eslint/typescript-eslint - renovate[bot] opened this pull request over 1 year ago
chore(deps): update dependency webpack to v5.80.0
github.com/typescript-eslint/typescript-eslint - renovate[bot] opened this pull request over 1 year ago
github.com/typescript-eslint/typescript-eslint - renovate[bot] opened this pull request over 1 year ago
chore(deps): update dependency @swc/core to v1.3.52
github.com/typescript-eslint/typescript-eslint - renovate[bot] opened this pull request over 1 year ago
github.com/typescript-eslint/typescript-eslint - renovate[bot] opened this pull request over 1 year ago
fix(eslint-plugin): fix schemas across several rules and add schema tests
github.com/typescript-eslint/typescript-eslint - domdomegg opened this pull request over 1 year ago
github.com/typescript-eslint/typescript-eslint - domdomegg opened this pull request over 1 year ago
chore(deps): update dependency @types/jest to v29.5.1
github.com/typescript-eslint/typescript-eslint - renovate[bot] opened this pull request over 1 year ago
github.com/typescript-eslint/typescript-eslint - renovate[bot] opened this pull request over 1 year ago
Base rule extension: [no-restricted-exports] Restrict `type` exports
github.com/typescript-eslint/typescript-eslint - RobHannay opened this issue over 1 year ago
github.com/typescript-eslint/typescript-eslint - RobHannay opened this issue over 1 year ago
Rule proposal: @typescript-eslint/typedef with arrowParameter or parameter but for const arrow functions
github.com/typescript-eslint/typescript-eslint - eau-de-la-seine opened this issue over 1 year ago
github.com/typescript-eslint/typescript-eslint - eau-de-la-seine opened this issue over 1 year ago
chore(deps): update dependency @types/react to v18.0.37
github.com/typescript-eslint/typescript-eslint - renovate[bot] opened this pull request over 1 year ago
github.com/typescript-eslint/typescript-eslint - renovate[bot] opened this pull request over 1 year ago
chore(website): correct issue with rule schema defs
github.com/typescript-eslint/typescript-eslint - armano2 opened this pull request over 1 year ago
github.com/typescript-eslint/typescript-eslint - armano2 opened this pull request over 1 year ago
fix(eslint-plugin): [unified-signatures] no parameters function
github.com/typescript-eslint/typescript-eslint - oxyu8 opened this pull request over 1 year ago
github.com/typescript-eslint/typescript-eslint - oxyu8 opened this pull request over 1 year ago
fix: correct handling of additionalProperties in object schemas
github.com/typescript-eslint/typescript-eslint - bradzacher opened this pull request over 1 year ago
github.com/typescript-eslint/typescript-eslint - bradzacher opened this pull request over 1 year ago
fix(eslint-plugin): [comma-spacing] allow no space after trailing comma in objects and arrays
github.com/typescript-eslint/typescript-eslint - islandryu opened this pull request over 1 year ago
github.com/typescript-eslint/typescript-eslint - islandryu opened this pull request over 1 year ago
chore(eslint-plugin): correct invalid documentations
github.com/typescript-eslint/typescript-eslint - armano2 opened this pull request over 1 year ago
github.com/typescript-eslint/typescript-eslint - armano2 opened this pull request over 1 year ago
TypeScript 5.1 Support
github.com/typescript-eslint/typescript-eslint - bradzacher opened this issue over 1 year ago
github.com/typescript-eslint/typescript-eslint - bradzacher opened this issue over 1 year ago
Rule proposal: report unnecessarily parenthesised unions/intersections
github.com/typescript-eslint/typescript-eslint - bradzacher opened this issue over 1 year ago
github.com/typescript-eslint/typescript-eslint - bradzacher opened this issue over 1 year ago
Bug: [no-unnecessary-condition] false positive for nullish coalescing assignment of uninitialized variable
github.com/typescript-eslint/typescript-eslint - swandir opened this issue over 1 year ago
github.com/typescript-eslint/typescript-eslint - swandir opened this issue over 1 year ago
fix(eslint-plugin): [switch-exhaustive-check] handle infinite types
github.com/typescript-eslint/typescript-eslint - cparros opened this pull request over 1 year ago
github.com/typescript-eslint/typescript-eslint - cparros opened this pull request over 1 year ago
docs: reorder Details & Next Steps in Getting Started
github.com/typescript-eslint/typescript-eslint - JoshuaKGoldberg opened this pull request over 1 year ago
github.com/typescript-eslint/typescript-eslint - JoshuaKGoldberg opened this pull request over 1 year ago
docs: flesh out tips for typed linting and .eslintrc.cjs
github.com/typescript-eslint/typescript-eslint - JoshuaKGoldberg opened this pull request over 1 year ago
github.com/typescript-eslint/typescript-eslint - JoshuaKGoldberg opened this pull request over 1 year ago
Docs: wrong information for rule in `no-unnecessary-boolean-literal-compare`
github.com/typescript-eslint/typescript-eslint - thariq-nugrohotomo opened this issue over 1 year ago
github.com/typescript-eslint/typescript-eslint - thariq-nugrohotomo opened this issue over 1 year ago
fix(eslint-plugin): fix schemas across several rules and add schema tests
github.com/typescript-eslint/typescript-eslint - domdomegg opened this pull request over 1 year ago
github.com/typescript-eslint/typescript-eslint - domdomegg opened this pull request over 1 year ago
Repo: Require PRs that change config presets to be marked as breaking changes
github.com/typescript-eslint/typescript-eslint - JoshuaKGoldberg opened this issue over 1 year ago
github.com/typescript-eslint/typescript-eslint - JoshuaKGoldberg opened this issue over 1 year ago
Docs: Suggest gif reactions on PR maintenance practices
github.com/typescript-eslint/typescript-eslint - JoshuaKGoldberg opened this issue over 1 year ago
github.com/typescript-eslint/typescript-eslint - JoshuaKGoldberg opened this issue over 1 year ago
Rule proposal: Preferring .find(...) over .filter(...)[0]
github.com/typescript-eslint/typescript-eslint - JoshuaKGoldberg opened this issue over 1 year ago
github.com/typescript-eslint/typescript-eslint - JoshuaKGoldberg opened this issue over 1 year ago
fix(eslint-plugin): [consistent-type-assertions] wrap object return value with parentheses
github.com/typescript-eslint/typescript-eslint - dora1998 opened this pull request over 1 year ago
github.com/typescript-eslint/typescript-eslint - dora1998 opened this pull request over 1 year ago
Bug: [consistent-type-assertions] autofix breaks type assertion of return value
github.com/typescript-eslint/typescript-eslint - dora1998 opened this issue over 1 year ago
github.com/typescript-eslint/typescript-eslint - dora1998 opened this issue over 1 year ago
Bug: more informatively explain when tsconfigRootDir doesn't include the cwd
github.com/typescript-eslint/typescript-eslint - artola opened this issue over 1 year ago
github.com/typescript-eslint/typescript-eslint - artola opened this issue over 1 year ago
Bug: [unified-signatures] Crash in rule implementation
github.com/typescript-eslint/typescript-eslint - danielrentz opened this issue over 1 year ago
github.com/typescript-eslint/typescript-eslint - danielrentz opened this issue over 1 year ago
fix(eslint-plugin): [no-floating-promises] false negative calling .then with second argument undefined
github.com/typescript-eslint/typescript-eslint - kirkwaiblinger opened this pull request over 1 year ago
github.com/typescript-eslint/typescript-eslint - kirkwaiblinger opened this pull request over 1 year ago
Bug: [comma-spacing] conflicts with array-bracket-spacing
github.com/typescript-eslint/typescript-eslint - alecrobertson1 opened this issue over 1 year ago
github.com/typescript-eslint/typescript-eslint - alecrobertson1 opened this issue over 1 year ago
fix(eslint-plugin): [no-unused-vars] check if any variable definition is exported
github.com/typescript-eslint/typescript-eslint - Maxim-Mazurok opened this pull request over 1 year ago
github.com/typescript-eslint/typescript-eslint - Maxim-Mazurok opened this pull request over 1 year ago
fix(type-utils): treat custom type roots as external
github.com/typescript-eslint/typescript-eslint - RebeccaStevens opened this pull request over 1 year ago
github.com/typescript-eslint/typescript-eslint - RebeccaStevens opened this pull request over 1 year ago
fix(type-utils): treat intrinsic types as if they are from lib and never match error types
github.com/typescript-eslint/typescript-eslint - RebeccaStevens opened this pull request over 1 year ago
github.com/typescript-eslint/typescript-eslint - RebeccaStevens opened this pull request over 1 year ago
Bug: v6 `typeMatchesSpecifier` `PackageSpecifier` should match custom type roots
github.com/typescript-eslint/typescript-eslint - RebeccaStevens opened this issue over 1 year ago
github.com/typescript-eslint/typescript-eslint - RebeccaStevens opened this issue over 1 year ago
Bug: v6 `typeMatchesSpecifier` `LibSpecifier` should return true for intrinsic types (string, number, boolean, etc)
github.com/typescript-eslint/typescript-eslint - RebeccaStevens opened this issue over 1 year ago
github.com/typescript-eslint/typescript-eslint - RebeccaStevens opened this issue over 1 year ago
fix(type-utils): ensure external sources don't match for the `FileSpecifier`
github.com/typescript-eslint/typescript-eslint - RebeccaStevens opened this pull request over 1 year ago
github.com/typescript-eslint/typescript-eslint - RebeccaStevens opened this pull request over 1 year ago
Docs: Mention updating getLib on TypeScript version bumps
github.com/typescript-eslint/typescript-eslint - JoshuaKGoldberg opened this issue over 1 year ago
github.com/typescript-eslint/typescript-eslint - JoshuaKGoldberg opened this issue over 1 year ago
fix(eslint-plugin): [member-ordering] account for repeated names
github.com/typescript-eslint/typescript-eslint - JoshuaKGoldberg opened this pull request over 1 year ago
github.com/typescript-eslint/typescript-eslint - JoshuaKGoldberg opened this pull request over 1 year ago
Enhancement: Detect declared modules for TypeOrValueSpecifier
github.com/typescript-eslint/typescript-eslint - marekdedic opened this issue over 1 year ago
github.com/typescript-eslint/typescript-eslint - marekdedic opened this issue over 1 year ago
fix(type-utils): allow `FileSpecifier` to exclude paths
github.com/typescript-eslint/typescript-eslint - RebeccaStevens opened this pull request over 1 year ago
github.com/typescript-eslint/typescript-eslint - RebeccaStevens opened this pull request over 1 year ago
Docs: Document how a maintainer might refresh the Algolia search index
github.com/typescript-eslint/typescript-eslint - JoshuaKGoldberg opened this issue over 1 year ago
github.com/typescript-eslint/typescript-eslint - JoshuaKGoldberg opened this issue over 1 year ago
chore(eslint-plugin-internal): noUnnecessaryNoFormat
github.com/typescript-eslint/typescript-eslint - Jolg42 opened this pull request over 1 year ago
github.com/typescript-eslint/typescript-eslint - Jolg42 opened this pull request over 1 year ago
Enhancement: [restrict-plus-operands] Enable checkCompoundAssignments by default
github.com/typescript-eslint/typescript-eslint - JoshuaKGoldberg opened this issue over 1 year ago
github.com/typescript-eslint/typescript-eslint - JoshuaKGoldberg opened this issue over 1 year ago
Bug: [no-floating-promises] False negative calling .then with second argument undefined
github.com/typescript-eslint/typescript-eslint - kirk-waiblinger-trimble opened this issue over 1 year ago
github.com/typescript-eslint/typescript-eslint - kirk-waiblinger-trimble opened this issue over 1 year ago
Repo: Expand on end-to-end (Playwright) tests for playground
github.com/typescript-eslint/typescript-eslint - JoshuaKGoldberg opened this issue over 1 year ago
github.com/typescript-eslint/typescript-eslint - JoshuaKGoldberg opened this issue over 1 year ago
Website: Allow filtering to both recommended & strict rules
github.com/typescript-eslint/typescript-eslint - JoshuaKGoldberg opened this issue over 1 year ago
github.com/typescript-eslint/typescript-eslint - JoshuaKGoldberg opened this issue over 1 year ago
chore(website): [playground] add types tab to playground
github.com/typescript-eslint/typescript-eslint - armano2 opened this pull request over 1 year ago
github.com/typescript-eslint/typescript-eslint - armano2 opened this pull request over 1 year ago
Docs: Mention extending from base ESLint rule options in extension rule docs
github.com/typescript-eslint/typescript-eslint - JoshuaKGoldberg opened this issue almost 2 years ago
github.com/typescript-eslint/typescript-eslint - JoshuaKGoldberg opened this issue almost 2 years ago
Enhancement: `typeMatchesSpecifier` add ability to match via a pattern
github.com/typescript-eslint/typescript-eslint - RebeccaStevens opened this issue almost 2 years ago
github.com/typescript-eslint/typescript-eslint - RebeccaStevens opened this issue almost 2 years ago
chore: switch to ESLint flat config
github.com/typescript-eslint/typescript-eslint - nzakas opened this pull request almost 2 years ago
github.com/typescript-eslint/typescript-eslint - nzakas opened this pull request almost 2 years ago
Bug: incorrect type definitions in ts-eslint/utils
github.com/typescript-eslint/typescript-eslint - BitForger opened this issue almost 2 years ago
github.com/typescript-eslint/typescript-eslint - BitForger opened this issue almost 2 years ago
Docs: Consider reordering Details & Next Steps in Getting Started
github.com/typescript-eslint/typescript-eslint - JoshuaKGoldberg opened this issue almost 2 years ago
github.com/typescript-eslint/typescript-eslint - JoshuaKGoldberg opened this issue almost 2 years ago
Docs: parserOptions.project: true mismatched with description of what it does
github.com/typescript-eslint/typescript-eslint - JoshuaKGoldberg opened this issue almost 2 years ago
github.com/typescript-eslint/typescript-eslint - JoshuaKGoldberg opened this issue almost 2 years ago
Repo: Enable strict & stylistic configs internally
github.com/typescript-eslint/typescript-eslint - JoshuaKGoldberg opened this issue almost 2 years ago
github.com/typescript-eslint/typescript-eslint - JoshuaKGoldberg opened this issue almost 2 years ago
Docs: Typed Linting guide causes ESLint complaints in .eslintrc.(c)js
github.com/typescript-eslint/typescript-eslint - JoshuaKGoldberg opened this issue almost 2 years ago
github.com/typescript-eslint/typescript-eslint - JoshuaKGoldberg opened this issue almost 2 years ago
Enhancement: [no-for-in-array] Write a more informative report message
github.com/typescript-eslint/typescript-eslint - JoshuaKGoldberg opened this issue almost 2 years ago
github.com/typescript-eslint/typescript-eslint - JoshuaKGoldberg opened this issue almost 2 years ago
Bug: `typeMatchesSpecifier` `FileSpecifier` checks in node modules
github.com/typescript-eslint/typescript-eslint - RebeccaStevens opened this issue almost 2 years ago
github.com/typescript-eslint/typescript-eslint - RebeccaStevens opened this issue almost 2 years ago
feat: remove `RuleTester` in `/utils` in favour of the new `/rule-tester` package
github.com/typescript-eslint/typescript-eslint - bradzacher opened this pull request almost 2 years ago
github.com/typescript-eslint/typescript-eslint - bradzacher opened this pull request almost 2 years ago
Feature: getParserServices should throw informative error when used with non-typescript-eslint parser
github.com/typescript-eslint/typescript-eslint - RebeccaStevens opened this issue almost 2 years ago
github.com/typescript-eslint/typescript-eslint - RebeccaStevens opened this issue almost 2 years ago
Docs: Document website-eslint
github.com/typescript-eslint/typescript-eslint - JoshuaKGoldberg opened this issue almost 2 years ago
github.com/typescript-eslint/typescript-eslint - JoshuaKGoldberg opened this issue almost 2 years ago
fix(eslint-plugin): [no-unnecessary-type-constraint] correctly fix in cts/mts files
github.com/typescript-eslint/typescript-eslint - WoodyWoodsta opened this pull request almost 2 years ago
github.com/typescript-eslint/typescript-eslint - WoodyWoodsta opened this pull request almost 2 years ago
feat: add new package `rule-tester`
github.com/typescript-eslint/typescript-eslint - bradzacher opened this pull request almost 2 years ago
github.com/typescript-eslint/typescript-eslint - bradzacher opened this pull request almost 2 years ago
Website: [Playground] ast viewer should display comments and tokens
github.com/typescript-eslint/typescript-eslint - armano2 opened this issue almost 2 years ago
github.com/typescript-eslint/typescript-eslint - armano2 opened this issue almost 2 years ago
fix(eslint-plugin): [no-unnecessary-condition] ignore optionally accessing index signatures
github.com/typescript-eslint/typescript-eslint - Josh-Cena opened this pull request almost 2 years ago
github.com/typescript-eslint/typescript-eslint - Josh-Cena opened this pull request almost 2 years ago
Docs: Update the 'Major Release Steps' docs for what we did to release v6
github.com/typescript-eslint/typescript-eslint - JoshuaKGoldberg opened this issue almost 2 years ago
github.com/typescript-eslint/typescript-eslint - JoshuaKGoldberg opened this issue almost 2 years ago
Try out v6 beta on various important community repos
github.com/typescript-eslint/typescript-eslint - JoshuaKGoldberg opened this issue almost 2 years ago
github.com/typescript-eslint/typescript-eslint - JoshuaKGoldberg opened this issue almost 2 years ago
Configs: Apply changes to config presets for v6
github.com/typescript-eslint/typescript-eslint - JoshuaKGoldberg opened this issue almost 2 years ago
github.com/typescript-eslint/typescript-eslint - JoshuaKGoldberg opened this issue almost 2 years ago
Docs: Add article about restrict-plus-operands & restrict-template-expressions best practices
github.com/typescript-eslint/typescript-eslint - JoshuaKGoldberg opened this issue almost 2 years ago
github.com/typescript-eslint/typescript-eslint - JoshuaKGoldberg opened this issue almost 2 years ago
feat(typescript-estree): add EXPERIMENTAL_useProjectService option to use TypeScript project service
github.com/typescript-eslint/typescript-eslint - JoshuaKGoldberg opened this pull request almost 2 years ago
github.com/typescript-eslint/typescript-eslint - JoshuaKGoldberg opened this pull request almost 2 years ago
feat(eslint-plugin): [strict-boolean-expressions] add `allowEnum` option
github.com/typescript-eslint/typescript-eslint - kozlovvski opened this pull request almost 2 years ago
github.com/typescript-eslint/typescript-eslint - kozlovvski opened this pull request almost 2 years ago
Docs: An explanation of how to test changes on your own code on the "Local Development" page
github.com/typescript-eslint/typescript-eslint - danvk opened this issue almost 2 years ago
github.com/typescript-eslint/typescript-eslint - danvk opened this issue almost 2 years ago
feat(eslint-plugin): [consistent-type-assertions] add `arrayLiteralTypeAssertions` option
github.com/typescript-eslint/typescript-eslint - danvk opened this pull request almost 2 years ago
github.com/typescript-eslint/typescript-eslint - danvk opened this pull request almost 2 years ago
feat(eslint-plugin): [no-unnecessary-condition] add `allowAssertTypePredicateParameterConditions` option
github.com/typescript-eslint/typescript-eslint - kozlovvski opened this pull request almost 2 years ago
github.com/typescript-eslint/typescript-eslint - kozlovvski opened this pull request almost 2 years ago
feat: support parse hashbang
github.com/typescript-eslint/typescript-eslint - fisker opened this pull request almost 2 years ago
github.com/typescript-eslint/typescript-eslint - fisker opened this pull request almost 2 years ago
Docs: Add "precanned" queries for first time or repeat contributors
github.com/typescript-eslint/typescript-eslint - cparros opened this issue almost 2 years ago
github.com/typescript-eslint/typescript-eslint - cparros opened this issue almost 2 years ago
fix(eslint-plugin): [lines-around-comment] extend rule options instead of overriding them
github.com/typescript-eslint/typescript-eslint - kozlovvski opened this pull request almost 2 years ago
github.com/typescript-eslint/typescript-eslint - kozlovvski opened this pull request almost 2 years ago
chore(deps): update nx to v15.8.7
github.com/typescript-eslint/typescript-eslint - renovate[bot] opened this pull request almost 2 years ago
github.com/typescript-eslint/typescript-eslint - renovate[bot] opened this pull request almost 2 years ago
fix(utils): accept null as default option in `applyDefault`
github.com/typescript-eslint/typescript-eslint - Solo-steven opened this pull request almost 2 years ago
github.com/typescript-eslint/typescript-eslint - Solo-steven opened this pull request almost 2 years ago
fix: fix illegal decorator check
github.com/typescript-eslint/typescript-eslint - fisker opened this pull request almost 2 years ago
github.com/typescript-eslint/typescript-eslint - fisker opened this pull request almost 2 years ago
Bug (?): broken autofix in typescript-eslint with @typescript/vfs
github.com/typescript-eslint/typescript-eslint - thorn0 opened this issue almost 2 years ago
github.com/typescript-eslint/typescript-eslint - thorn0 opened this issue almost 2 years ago
Dependency Dashboard
github.com/typescript-eslint/typescript-eslint - renovate[bot] opened this issue almost 2 years ago
github.com/typescript-eslint/typescript-eslint - renovate[bot] opened this issue almost 2 years ago
Bug: [switch-exhaustiveness-check] invalid fix for union with infinite types
github.com/typescript-eslint/typescript-eslint - Josh-Cena opened this issue almost 2 years ago
github.com/typescript-eslint/typescript-eslint - Josh-Cena opened this issue almost 2 years ago
fix(utils): add missing types for onCodePath* in RuleListener
github.com/typescript-eslint/typescript-eslint - armano2 opened this pull request almost 2 years ago
github.com/typescript-eslint/typescript-eslint - armano2 opened this pull request almost 2 years ago
chore(website): [playground] add support for extends, ts types and more
github.com/typescript-eslint/typescript-eslint - armano2 opened this pull request almost 2 years ago
github.com/typescript-eslint/typescript-eslint - armano2 opened this pull request almost 2 years ago
Bug: [lines-around-comment] afterHashbangComment option is not supported
github.com/typescript-eslint/typescript-eslint - EvgenyOrekhov opened this issue almost 2 years ago
github.com/typescript-eslint/typescript-eslint - EvgenyOrekhov opened this issue almost 2 years ago
Bug: [no-unnecessary-condition] false positive with `??=` operator and `exactOptionalPropertyTypes` compiler option
github.com/typescript-eslint/typescript-eslint - chharvey opened this issue almost 2 years ago
github.com/typescript-eslint/typescript-eslint - chharvey opened this issue almost 2 years ago
Bug: [no-unnecessary-condition] warns about conditional assignment to index signature
github.com/typescript-eslint/typescript-eslint - ehoogeveen-medweb opened this issue almost 2 years ago
github.com/typescript-eslint/typescript-eslint - ehoogeveen-medweb opened this issue almost 2 years ago
Website: missing Twitter metadata on blog posts
github.com/typescript-eslint/typescript-eslint - JoshuaKGoldberg opened this issue almost 2 years ago
github.com/typescript-eslint/typescript-eslint - JoshuaKGoldberg opened this issue almost 2 years ago
Revert "feat: remove `experimental-utils`"
github.com/typescript-eslint/typescript-eslint - JoshuaKGoldberg opened this pull request almost 2 years ago
github.com/typescript-eslint/typescript-eslint - JoshuaKGoldberg opened this pull request almost 2 years ago
Enhancement: [consistent-indexed-object-style] forbidden from using the "in" keyword in index signature if `Record` is preferred
github.com/typescript-eslint/typescript-eslint - yeung108 opened this issue almost 2 years ago
github.com/typescript-eslint/typescript-eslint - yeung108 opened this issue almost 2 years ago
chore(website): insert generated content in the right position
github.com/typescript-eslint/typescript-eslint - Josh-Cena opened this pull request almost 2 years ago
github.com/typescript-eslint/typescript-eslint - Josh-Cena opened this pull request almost 2 years ago
[restrict-template-expressions] should clarify what it means when it refers to a useful toString
github.com/typescript-eslint/typescript-eslint - tom-seddon opened this issue almost 2 years ago
github.com/typescript-eslint/typescript-eslint - tom-seddon opened this issue almost 2 years ago
Enhancement: Try using tsserverlibrary's ProjectService to handle type-aware mode
github.com/typescript-eslint/typescript-eslint - jakebailey opened this issue almost 2 years ago
github.com/typescript-eslint/typescript-eslint - jakebailey opened this issue almost 2 years ago
Bug: [@typescript-eslint/no-invalid-void-type] void is only valid as a return type or generic type argument
github.com/typescript-eslint/typescript-eslint - splincode opened this issue almost 2 years ago
github.com/typescript-eslint/typescript-eslint - splincode opened this issue almost 2 years ago
Docs: Add post on parserOptions.project = true
github.com/typescript-eslint/typescript-eslint - JoshuaKGoldberg opened this issue almost 2 years ago
github.com/typescript-eslint/typescript-eslint - JoshuaKGoldberg opened this issue almost 2 years ago
chore(website): prioritize changes done in editor over hash change
github.com/typescript-eslint/typescript-eslint - armano2 opened this pull request almost 2 years ago
github.com/typescript-eslint/typescript-eslint - armano2 opened this pull request almost 2 years ago
Repo: consistency issue with probablyup/wait-for-netlify-action on main runs
github.com/typescript-eslint/typescript-eslint - JamesHenry opened this issue almost 2 years ago
github.com/typescript-eslint/typescript-eslint - JamesHenry opened this issue almost 2 years ago
Update Getting_Started.mdx
github.com/typescript-eslint/typescript-eslint - Zamiell opened this pull request almost 2 years ago
github.com/typescript-eslint/typescript-eslint - Zamiell opened this pull request almost 2 years ago