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: [rule-tester] remove spurious dependency on `@eslint/eslintrc`
github.com/typescript-eslint/typescript-eslint - jakebailey opened this issue 4 months ago
github.com/typescript-eslint/typescript-eslint - jakebailey opened this issue 4 months ago
docs: fix outdated project setting
github.com/typescript-eslint/typescript-eslint - Zamiell opened this pull request 4 months ago
github.com/typescript-eslint/typescript-eslint - Zamiell opened this pull request 4 months ago
feat(eslint-plugin): [no-deprecated] add rule
github.com/typescript-eslint/typescript-eslint - JoshuaKGoldberg opened this pull request 4 months ago
github.com/typescript-eslint/typescript-eslint - JoshuaKGoldberg opened this pull request 4 months ago
prevent definite-assignment-assertions
github.com/typescript-eslint/typescript-eslint - neilsoult opened this issue 4 months ago
github.com/typescript-eslint/typescript-eslint - neilsoult opened this issue 4 months ago
Docs: `projectService` - consider adding an alternative to `import.meta.dirname`
github.com/typescript-eslint/typescript-eslint - AndreaPontrandolfo opened this issue 4 months ago
github.com/typescript-eslint/typescript-eslint - AndreaPontrandolfo opened this issue 4 months ago
Bug: Types incompatibility between @types/eslint's Globals and SharedConfig's GlobalsConfig
github.com/typescript-eslint/typescript-eslint - JoshuaKGoldberg opened this issue 4 months ago
github.com/typescript-eslint/typescript-eslint - JoshuaKGoldberg opened this issue 4 months ago
fix(eslint-plugin): [no-unsafe-enum-comparison] typo in test
github.com/typescript-eslint/typescript-eslint - Zamiell opened this pull request 4 months ago
github.com/typescript-eslint/typescript-eslint - Zamiell opened this pull request 4 months ago
Bug: no-unused-vars - 'x' is assigned a value but only used as a type
github.com/typescript-eslint/typescript-eslint - burt202 opened this issue 4 months ago
github.com/typescript-eslint/typescript-eslint - burt202 opened this issue 4 months ago
fix(eslint-plugin): [no-unsafe-enum-comparison] add logic to see through intersections
github.com/typescript-eslint/typescript-eslint - Zamiell opened this pull request 4 months ago
github.com/typescript-eslint/typescript-eslint - Zamiell opened this pull request 4 months ago
Compatibility with @types/eslint
github.com/typescript-eslint/typescript-eslint - qwertycxz opened this issue 4 months ago
github.com/typescript-eslint/typescript-eslint - qwertycxz opened this issue 4 months ago
fix(eslint-plugin): [member-ordering] get accessor member name & take into account `abstract` and decorator
github.com/typescript-eslint/typescript-eslint - OlivierZal opened this pull request 4 months ago
github.com/typescript-eslint/typescript-eslint - OlivierZal opened this pull request 4 months ago
Bug: Parsing error: "parserOptions.project" has been provided for @typescript-eslint/parser.
github.com/typescript-eslint/typescript-eslint - Zamiell opened this issue 4 months ago
github.com/typescript-eslint/typescript-eslint - Zamiell opened this issue 4 months ago
Bug: Maximum call stack size exceeded for long binary operators
github.com/typescript-eslint/typescript-eslint - sosukesuzuki opened this issue 5 months ago
github.com/typescript-eslint/typescript-eslint - sosukesuzuki opened this issue 5 months ago
Enhancement: Trigger a project service reload on first out-of-project client file
github.com/typescript-eslint/typescript-eslint - JoshuaKGoldberg opened this issue 5 months ago
github.com/typescript-eslint/typescript-eslint - JoshuaKGoldberg opened this issue 5 months ago
Bug: [no-unsafe-assignment] "Unsafe assignment of an error typed value." obscures underlying TS errors
github.com/typescript-eslint/typescript-eslint - bhollis opened this issue 5 months ago
github.com/typescript-eslint/typescript-eslint - bhollis opened this issue 5 months ago
`RuleTester` feat: a way to set up for a test case
github.com/typescript-eslint/typescript-eslint - RobinTail opened this issue 5 months ago
github.com/typescript-eslint/typescript-eslint - RobinTail opened this issue 5 months ago
Docs: [require-await] document behavior around generator functions
github.com/typescript-eslint/typescript-eslint - kirkwaiblinger opened this issue 5 months ago
github.com/typescript-eslint/typescript-eslint - kirkwaiblinger opened this issue 5 months ago
Rule proposal: ensure type predicate assignable to narrowed parameter
github.com/typescript-eslint/typescript-eslint - kirkwaiblinger opened this issue 5 months ago
github.com/typescript-eslint/typescript-eslint - kirkwaiblinger opened this issue 5 months ago
Bug: Packages cannot be imported into TypeScript projects if module is CommonJS
github.com/typescript-eslint/typescript-eslint - daniel7grant opened this issue 5 months ago
github.com/typescript-eslint/typescript-eslint - daniel7grant opened this issue 5 months ago
Bug: [@typescript-eslint/no-unnecessary-type-parameters] NoInfer triggers false positive
github.com/typescript-eslint/typescript-eslint - guillaumebrunerie opened this issue 5 months ago
github.com/typescript-eslint/typescript-eslint - guillaumebrunerie opened this issue 5 months ago
Bug: [@typescript-eslint/member-ordering] no error raised when accessors not sorted by alphabetical order
github.com/typescript-eslint/typescript-eslint - OlivierZal opened this issue 5 months ago
github.com/typescript-eslint/typescript-eslint - OlivierZal opened this issue 5 months ago
Rule proposal: prevent an explicit `: boolean` return type annotation if a predicate return type could be inferred
github.com/typescript-eslint/typescript-eslint - bradzacher opened this issue 5 months ago
github.com/typescript-eslint/typescript-eslint - bradzacher opened this issue 5 months ago
Repo: Enable Publish Attestation (Provenance) [SECURITY]
github.com/typescript-eslint/typescript-eslint - elliot-huffman opened this issue 5 months ago
github.com/typescript-eslint/typescript-eslint - elliot-huffman opened this issue 5 months ago
Bug: You are currently running a version of TypeScript which is not officially supported by @typescript-eslint/typescript-estree.
github.com/typescript-eslint/typescript-eslint - dustydang-tyler opened this issue 5 months ago
github.com/typescript-eslint/typescript-eslint - dustydang-tyler opened this issue 5 months ago
Bug: [no-empty-object-type] false positive/incorrect fixes for default type parameter
github.com/typescript-eslint/typescript-eslint - printfn opened this issue 5 months ago
github.com/typescript-eslint/typescript-eslint - printfn opened this issue 5 months ago
Bug: [@typescript-eslint/no-duplicate-enum-values] Cannot read properties of undefined
github.com/typescript-eslint/typescript-eslint - jd-carroll opened this issue 5 months ago
github.com/typescript-eslint/typescript-eslint - jd-carroll opened this issue 5 months ago
chore(deps): update dependency @eslint/js to v9.8.0
github.com/typescript-eslint/typescript-eslint - renovate[bot] opened this pull request 5 months ago
github.com/typescript-eslint/typescript-eslint - renovate[bot] opened this pull request 5 months ago
Bug: Cannot find module '@typescript-eslint/eslint-plugin'
github.com/typescript-eslint/typescript-eslint - d-balaskas opened this issue 5 months ago
github.com/typescript-eslint/typescript-eslint - d-balaskas opened this issue 5 months ago
chore: clean up generate-sponsors
github.com/typescript-eslint/typescript-eslint - abrahamguo opened this pull request 5 months ago
github.com/typescript-eslint/typescript-eslint - abrahamguo opened this pull request 5 months ago
Bug: [no-wrapper-object-types] false positive for Symbol in ts namespace
github.com/typescript-eslint/typescript-eslint - HolgerJeromin opened this issue 5 months ago
github.com/typescript-eslint/typescript-eslint - HolgerJeromin opened this issue 5 months ago
Doc: [no-shadow] Specialized error on enum type with the same name as one of the values
github.com/typescript-eslint/typescript-eslint - artificialWave opened this issue 5 months ago
github.com/typescript-eslint/typescript-eslint - artificialWave opened this issue 5 months ago
[no-unnecessary-condition] False positive unnecessary optional chain on nested `void` values
github.com/typescript-eslint/typescript-eslint - lukekarrys opened this issue 5 months ago
github.com/typescript-eslint/typescript-eslint - lukekarrys opened this issue 5 months ago
Docs: Add FAQs and flesh out associated docs for project service
github.com/typescript-eslint/typescript-eslint - JoshuaKGoldberg opened this issue 5 months ago
github.com/typescript-eslint/typescript-eslint - JoshuaKGoldberg opened this issue 5 months ago
Docs: Consider having more formal "upgrade guide" indications for major releases
github.com/typescript-eslint/typescript-eslint - JoshuaKGoldberg opened this issue 5 months ago
github.com/typescript-eslint/typescript-eslint - JoshuaKGoldberg opened this issue 5 months ago
Bug: Fresh install with pnpm installs multiple versions of typescript-estree
github.com/typescript-eslint/typescript-eslint - Mitsunee opened this issue 5 months ago
github.com/typescript-eslint/typescript-eslint - Mitsunee opened this issue 5 months ago
Bug (v8): .js files not found with parserOptions.project set to tsconfig.eslint.json including **/*.js
github.com/typescript-eslint/typescript-eslint - JoshuaKGoldberg opened this issue 5 months ago
github.com/typescript-eslint/typescript-eslint - JoshuaKGoldberg opened this issue 5 months ago
Bug: [@typescript-eslint/no-unused-expressions] Error when using logical AND (&&) for null check
github.com/typescript-eslint/typescript-eslint - florianmutter opened this issue 5 months ago
github.com/typescript-eslint/typescript-eslint - florianmutter opened this issue 5 months ago
chore: remove v8 mentions from docs and ci.yml
github.com/typescript-eslint/typescript-eslint - auvred opened this pull request 5 months ago
github.com/typescript-eslint/typescript-eslint - auvred opened this pull request 5 months ago
chore(rule-tester): make unit tests pass
github.com/typescript-eslint/typescript-eslint - auvred opened this pull request 5 months ago
github.com/typescript-eslint/typescript-eslint - auvred opened this pull request 5 months ago
fix(website): tsconfig is blank
github.com/typescript-eslint/typescript-eslint - y-hsgw opened this pull request 5 months ago
github.com/typescript-eslint/typescript-eslint - y-hsgw opened this pull request 5 months ago
fix: add missing peer dependencies
github.com/typescript-eslint/typescript-eslint - ethanwu10 opened this pull request 5 months ago
github.com/typescript-eslint/typescript-eslint - ethanwu10 opened this pull request 5 months ago
chore: set `reportUnusedDisableDirectives` level to `error`
github.com/typescript-eslint/typescript-eslint - abrahamguo opened this pull request 5 months ago
github.com/typescript-eslint/typescript-eslint - abrahamguo opened this pull request 5 months ago
chore: enable `unicorn/prefer-node-protocol`
github.com/typescript-eslint/typescript-eslint - abrahamguo opened this pull request 5 months ago
github.com/typescript-eslint/typescript-eslint - abrahamguo opened this pull request 5 months ago
fix(eslint-plugin): [no-unnecessary-type-parameters] check mapped alias type arguments
github.com/typescript-eslint/typescript-eslint - JoshuaKGoldberg opened this pull request 5 months ago
github.com/typescript-eslint/typescript-eslint - JoshuaKGoldberg opened this pull request 5 months ago
fix(eslint-plugin): [no-unnecessary-type-parameters] check mapped constraint types if necessary
github.com/typescript-eslint/typescript-eslint - JoshuaKGoldberg opened this pull request 5 months ago
github.com/typescript-eslint/typescript-eslint - JoshuaKGoldberg opened this pull request 5 months ago
Bug: `parserService` allowDefaultProject just isn't working
github.com/typescript-eslint/typescript-eslint - samesfahani-tuplehealth opened this issue 5 months ago
github.com/typescript-eslint/typescript-eslint - samesfahani-tuplehealth opened this issue 5 months ago
fix(eslint-plugin): [no-unnecessary-type-parameters] skip checking function bodies for AST references
github.com/typescript-eslint/typescript-eslint - JoshuaKGoldberg opened this pull request 5 months ago
github.com/typescript-eslint/typescript-eslint - JoshuaKGoldberg opened this pull request 5 months ago
fix(eslint-plugin): [no-unnecessary-type-parameters] clarify message
github.com/typescript-eslint/typescript-eslint - JoshuaKGoldberg opened this pull request 5 months ago
github.com/typescript-eslint/typescript-eslint - JoshuaKGoldberg opened this pull request 5 months ago
Bug:Lots of `Found an "error" any type` after upgrade to TypeScript 5.5
github.com/typescript-eslint/typescript-eslint - stianjensen opened this issue 5 months ago
github.com/typescript-eslint/typescript-eslint - stianjensen opened this issue 5 months ago
Bug: [no-unnecessary-type-parameters] Counts type parameter references in body irrelevant to the signature
github.com/typescript-eslint/typescript-eslint - JoshuaKGoldberg opened this issue 5 months ago
github.com/typescript-eslint/typescript-eslint - JoshuaKGoldberg opened this issue 5 months ago
chore(deps): update dependency cspell to v8.13.1
github.com/typescript-eslint/typescript-eslint - renovate[bot] opened this pull request 5 months ago
github.com/typescript-eslint/typescript-eslint - renovate[bot] opened this pull request 5 months ago
Docs: Clarity issue on Flat config `extends` description
github.com/typescript-eslint/typescript-eslint - JoshuaKGoldberg opened this issue 5 months ago
github.com/typescript-eslint/typescript-eslint - JoshuaKGoldberg opened this issue 5 months ago
Tests: RuleTester tests contains outdated snapshot with incorrect test case filename
github.com/typescript-eslint/typescript-eslint - auvred opened this issue 5 months ago
github.com/typescript-eslint/typescript-eslint - auvred opened this issue 5 months ago
Bug: `projectService` causes issues with `vscode-eslint` extension.
github.com/typescript-eslint/typescript-eslint - tetarchus opened this issue 5 months ago
github.com/typescript-eslint/typescript-eslint - tetarchus opened this issue 5 months ago
Bug: no-require-imports applies to `.js` files in CommonJS projects, and to `.cjs` files
github.com/typescript-eslint/typescript-eslint - simonhaenisch opened this issue 5 months ago
github.com/typescript-eslint/typescript-eslint - simonhaenisch opened this issue 5 months ago
Repo: remove v8 mentions from docs and ci.yml
github.com/typescript-eslint/typescript-eslint - auvred opened this issue 5 months ago
github.com/typescript-eslint/typescript-eslint - auvred opened this issue 5 months ago
Docs: explain how to setup issue auto-closer in "Major Releases" docs
github.com/typescript-eslint/typescript-eslint - auvred opened this issue 5 months ago
github.com/typescript-eslint/typescript-eslint - auvred opened this issue 5 months ago
chore: update husky v9 and prepare scripts for v10
github.com/typescript-eslint/typescript-eslint - Kenneth-Sills opened this pull request 5 months ago
github.com/typescript-eslint/typescript-eslint - Kenneth-Sills opened this pull request 5 months ago
docs(website): display sidebar rules on tombstone pages
github.com/typescript-eslint/typescript-eslint - y-hsgw opened this pull request 5 months ago
github.com/typescript-eslint/typescript-eslint - y-hsgw opened this pull request 5 months ago
fix(typescript-eslint): allow `@types/eslint`'s config type in arguments of `configs()` helper
github.com/typescript-eslint/typescript-eslint - rhysd opened this pull request 5 months ago
github.com/typescript-eslint/typescript-eslint - rhysd opened this pull request 5 months ago
Bug: Types are incompatible between `@types/eslint` and `typescript-eslint`
github.com/typescript-eslint/typescript-eslint - rhysd opened this issue 5 months ago
github.com/typescript-eslint/typescript-eslint - rhysd opened this issue 5 months ago
Bug: [no-unnecessary-type-parameters] ignoring reference in `T[as keyof T] as ...`
github.com/typescript-eslint/typescript-eslint - n0099 opened this issue 5 months ago
github.com/typescript-eslint/typescript-eslint - n0099 opened this issue 5 months ago
chore(deps): update dependency stylelint to v16.8.1
github.com/typescript-eslint/typescript-eslint - renovate[bot] opened this pull request 5 months ago
github.com/typescript-eslint/typescript-eslint - renovate[bot] opened this pull request 5 months ago
Bug: [no-unnecessary-type-parameters] False positive on curried functions
github.com/typescript-eslint/typescript-eslint - eranhirsch opened this issue 5 months ago
github.com/typescript-eslint/typescript-eslint - eranhirsch opened this issue 5 months ago
📈 Tracking: typescript-eslint v8 support
github.com/typescript-eslint/typescript-eslint - JoshuaKGoldberg opened this issue 5 months ago
github.com/typescript-eslint/typescript-eslint - JoshuaKGoldberg opened this issue 5 months ago
Bug: [no-unused-var] issue with Angular app
github.com/typescript-eslint/typescript-eslint - huineng opened this issue 5 months ago
github.com/typescript-eslint/typescript-eslint - huineng opened this issue 5 months ago
feat(eslint-plugin): add suggestion to `require-await` to remove `async` keyword
github.com/typescript-eslint/typescript-eslint - reduckted opened this pull request 5 months ago
github.com/typescript-eslint/typescript-eslint - reduckted opened this pull request 5 months ago
chore(deps): update dependency @stylistic/eslint-plugin to v2.9.0
github.com/typescript-eslint/typescript-eslint - renovate[bot] opened this pull request 5 months ago
github.com/typescript-eslint/typescript-eslint - renovate[bot] opened this pull request 5 months ago
docs: correct allowDefaultProject references to not start with ./
github.com/typescript-eslint/typescript-eslint - JoshuaKGoldberg opened this pull request 5 months ago
github.com/typescript-eslint/typescript-eslint - JoshuaKGoldberg opened this pull request 5 months ago
Docs: Local relative paths not supported by projectService's allowDefaultProject
github.com/typescript-eslint/typescript-eslint - JoshuaKGoldberg opened this issue 5 months ago
github.com/typescript-eslint/typescript-eslint - JoshuaKGoldberg opened this issue 5 months ago
fix(eslint-plugin): [no-unnecessary-type-parameters] ignore type arguments for infinite recursion protection
github.com/typescript-eslint/typescript-eslint - abrahamguo opened this pull request 5 months ago
github.com/typescript-eslint/typescript-eslint - abrahamguo opened this pull request 5 months ago
docs: update RuleTester example to use FlatConfig configuration
github.com/typescript-eslint/typescript-eslint - zOadT opened this pull request 5 months ago
github.com/typescript-eslint/typescript-eslint - zOadT opened this pull request 5 months ago
Docs: Type-Aware Rule Tester Example does not work since v8
github.com/typescript-eslint/typescript-eslint - zOadT opened this issue 5 months ago
github.com/typescript-eslint/typescript-eslint - zOadT opened this issue 5 months ago
test(type-utils): add tests for containsAllTypesByName
github.com/typescript-eslint/typescript-eslint - y-hsgw opened this pull request 5 months ago
github.com/typescript-eslint/typescript-eslint - y-hsgw opened this pull request 5 months ago
chore(deps): update babel monorepo
github.com/typescript-eslint/typescript-eslint - renovate[bot] opened this pull request 5 months ago
github.com/typescript-eslint/typescript-eslint - renovate[bot] opened this pull request 5 months ago
Bug: [no-unnecessary-type-parameters] Detects an error where there's none
github.com/typescript-eslint/typescript-eslint - lgenzelis opened this issue 5 months ago
github.com/typescript-eslint/typescript-eslint - lgenzelis opened this issue 5 months ago
Bug: [consistent-return] function with exhaustive switch case returns reports a false positive
github.com/typescript-eslint/typescript-eslint - sharunkumar opened this issue 5 months ago
github.com/typescript-eslint/typescript-eslint - sharunkumar opened this issue 5 months ago
feat(eslint-plugin): add rule [strict-void-return]
github.com/typescript-eslint/typescript-eslint - phaux opened this pull request 5 months ago
github.com/typescript-eslint/typescript-eslint - phaux opened this pull request 5 months ago
Bug: [no-unnecessary-type-parameters] ignoring reference in other type parameters
github.com/typescript-eslint/typescript-eslint - n0099 opened this issue 5 months ago
github.com/typescript-eslint/typescript-eslint - n0099 opened this issue 5 months ago
Bug: [no-unnecessary-type-parameters] Maximum call stack size exceeded
github.com/typescript-eslint/typescript-eslint - TimKolberger opened this issue 5 months ago
github.com/typescript-eslint/typescript-eslint - TimKolberger opened this issue 5 months ago
Repo: prettier V3 does not support automatic inline snapshots
github.com/typescript-eslint/typescript-eslint - scarf005 opened this issue 5 months ago
github.com/typescript-eslint/typescript-eslint - scarf005 opened this issue 5 months ago
feat(eslint-plugin): [no-floating-promises] enable "add await" suggestion if ignoreVoid is true
github.com/typescript-eslint/typescript-eslint - y-hsgw opened this pull request 5 months ago
github.com/typescript-eslint/typescript-eslint - y-hsgw opened this pull request 5 months ago
docs: [strict-boolean-expressions] fix nullable number/string example
github.com/typescript-eslint/typescript-eslint - scarf005 opened this pull request 5 months ago
github.com/typescript-eslint/typescript-eslint - scarf005 opened this pull request 5 months ago
Enhancement: [strict-boolean-expressions] option to ban strict equality on nullable boolean
github.com/typescript-eslint/typescript-eslint - scarf005 opened this issue 5 months ago
github.com/typescript-eslint/typescript-eslint - scarf005 opened this issue 5 months ago
chore: update sponsors
github.com/typescript-eslint/typescript-eslint - typescript-eslint[bot] opened this pull request 5 months ago
github.com/typescript-eslint/typescript-eslint - typescript-eslint[bot] opened this pull request 5 months ago
Documentation: [strict-boolean-expressions] examples don't match their descriptions
github.com/typescript-eslint/typescript-eslint - scarf005 opened this issue 5 months ago
github.com/typescript-eslint/typescript-eslint - scarf005 opened this issue 5 months ago
chore: enabled eslint-plugin-perfectionist on utils
github.com/typescript-eslint/typescript-eslint - JoshuaKGoldberg opened this pull request 5 months ago
github.com/typescript-eslint/typescript-eslint - JoshuaKGoldberg opened this pull request 5 months ago
Enhancement: no-unused-vars Prevent "defined but only used as type" error
github.com/typescript-eslint/typescript-eslint - doberkofler opened this issue 5 months ago
github.com/typescript-eslint/typescript-eslint - doberkofler opened this issue 5 months ago
chore(deps): update dependency chai to v4.5.0
github.com/typescript-eslint/typescript-eslint - renovate[bot] opened this pull request 5 months ago
github.com/typescript-eslint/typescript-eslint - renovate[bot] opened this pull request 5 months ago
Bug: [Undefine Variable] variable is considered undefined even after has method check on map object
github.com/typescript-eslint/typescript-eslint - dineshchauhanAPP opened this issue 5 months ago
github.com/typescript-eslint/typescript-eslint - dineshchauhanAPP opened this issue 5 months ago
fix(eslint-plugin): [no-unused-vars] ignore imports used only as types
github.com/typescript-eslint/typescript-eslint - jakebailey opened this pull request 5 months ago
github.com/typescript-eslint/typescript-eslint - jakebailey opened this pull request 5 months ago
Bug: Function-like options usage
github.com/typescript-eslint/typescript-eslint - azat-io opened this issue 5 months ago
github.com/typescript-eslint/typescript-eslint - azat-io opened this issue 5 months ago
chore(deps): update dependency @eslint/compat to v1.1.1
github.com/typescript-eslint/typescript-eslint - renovate[bot] opened this pull request 5 months ago
github.com/typescript-eslint/typescript-eslint - renovate[bot] opened this pull request 5 months ago
Tests: Reduce the giant number of naming-convention tests
github.com/typescript-eslint/typescript-eslint - JoshuaKGoldberg opened this issue 5 months ago
github.com/typescript-eslint/typescript-eslint - JoshuaKGoldberg opened this issue 5 months ago
docs(eslint-plugin): [no-unnecessary-type-parameters] add admonition about rule's potential for subtlety
github.com/typescript-eslint/typescript-eslint - kirkwaiblinger opened this pull request 5 months ago
github.com/typescript-eslint/typescript-eslint - kirkwaiblinger opened this pull request 5 months ago
Bug: @typescript-eslint/eslint-plugin and eslint peer dep conflict
github.com/typescript-eslint/typescript-eslint - spence-s opened this issue 5 months ago
github.com/typescript-eslint/typescript-eslint - spence-s opened this issue 5 months ago
Bug: .husky/_/_/husky.sh: No such file or directory
github.com/typescript-eslint/typescript-eslint - abrahamguo opened this issue 5 months ago
github.com/typescript-eslint/typescript-eslint - abrahamguo opened this issue 5 months ago
chore: enable unicorn/no-useless-spread
github.com/typescript-eslint/typescript-eslint - abrahamguo opened this pull request 5 months ago
github.com/typescript-eslint/typescript-eslint - abrahamguo opened this pull request 5 months ago
feat(typescript-estree): special-case error for parserOptions.project and project references
github.com/typescript-eslint/typescript-eslint - JoshuaKGoldberg opened this pull request 5 months ago
github.com/typescript-eslint/typescript-eslint - JoshuaKGoldberg opened this pull request 5 months ago