Last 12 weeks · 2 commits
4 of 6 standards met
Environment Node.js: 22.19.0 (LTS) pnpm: 10.17.1 (pnpm’s isolated layout causes the issue) eslint: 9.36.0 @eslint/js: 9.36.0 eslint-formatter-pretty: 6.0.1 typescript: 5.9.2 Observed behavior When using ESLint config helpers such as , TypeScript reports type errors related to . The errors come from ESLint’s type definitions, not from the user’s code. Expected behavior With ESLint 9.x and , should type-check correctly without mismatches. Possible cause currently has a production dependency on , that version appears to be incompatible with ESLint 9.x. The issue disappears if the project explicitly installs the latest , overriding the version pulled in by . Suggested solutions Update the dependency to a version compatible with ESLint 9.x. Or, since eslint is shipping types with the main package - remove it in favor of optional peer dependency Steps to reproduce See reproduction repo: link here
In iTerm, Command-click the filename header to open the file in your editor. What led to this being iTerm only? Should/could the header/filename be a hyperlink itself? (a link) _Note: I am new to terminal hyperlinks and am just exploring file links, including line and column placement, so maybe iTerm’s features are better than others. I recently switched to Kitty._
Repository: sindresorhus/eslint-formatter-pretty. Description: Pretty ESLint formatter Stars: 549, Forks: 26. Primary language: JavaScript. Languages: JavaScript (93.7%), TypeScript (6.3%). License: MIT. Topics: eslint, eslint-formatter, nodejs, npm-package, pretty, reporter, xo. Latest release: v7.1.0 (2mo ago). Open PRs: 0, open issues: 1. Last activity: 2mo ago. Community health: 85%. Top contributors: sindresorhus, jamestalmage, SamVerschueren, coreyfarrell, manovotny, amilajack, hipstersmoothie, tusbar, calebeby, chrishelgert and others.