Kentaro Suzuki

Results 30 comments of Kentaro Suzuki

It may take some time, but I'm interested in making an RFC. I will try to share a draft soon.

@nzakas Sorry it took a little while, but I opened the first draft of the RFC: https://github.com/eslint/rfcs/pull/133

@dbaeumer > IMO for an editor integration it would be sufficient to respect the suppression file while linting via the API. I have the same opinion, and I've drafted an...

Specific code examples for `LegacyESLint` are WIP, but will be added soon.

@nzakas Thank you! I am very busy right now, so my reply will be delayed until around next Monday.

About displaying diagnostic information for suppressed violations: https://github.com/eslint/rfcs/pull/133#discussion_r2299950151

@nzakas Sorry, my academic research has kept me very busy and my response is delayed. What I’m currently thinking is to have `SuppressionService.applySuppressions` return not only the `LintResult[]` after bulk...

To match CLI behavior, we’d need to extend `LintResult` for bulk-suppression related data and add a new API like `ESLint.outputFixes`.

As for changes that impose less burden on the ecosystem, I'm also considering the following ideas. These can be implemented sufficiently with the existing logic, but if API users make...

@xx1124961758 cc: @yusukebe This is just for your information, but it's likely related to this issue as well: - https://github.com/honojs/hono/issues/3736#issuecomment-2814695601