Kevin Partington

Results 18 issues of Kevin Partington

I'm unfortunately stuck with sinon 1.3.x (yes, I know, way old), so please forgive me if this is in fact addressed in a later release. I found nothing when searching...

pinned

(Ditching the issue template since this is more of a meta-issue.) Is there any interest in internationalizing and possibly localizing QUnit for other locales? I definitely don't think this should...

Component: HTML Reporter
Type: Enhancement
help welcome

(Ditching the issue template since this is a meta-issue) Now that we're working on a QUnit Node CLI and integrating with js-reporters, I think we need to see if we...

Component: HTML Reporter
Type: Enhancement

I've refactored the section splitting logic a bit. Benefits: * No chance of section names being mutated (admittedly section names have to have `\u0002LITERAL\u0001\u0002` or whatever, but this approach avoids...

For a code block in Markdown, we get two different HTML patterns on Netlify vs the real site. Netlify: ```html (snip) /* code */ /* code */ ``` Real site:...

infrastructure

Could we auto-generate a table of contents in the rules and core documentation? Seems like something we could potentially do during site generation, based on the headers (and subheaders, sub-subheaders,...

enhancement
documentation

# Prelude I'm aware that we don't specifically want to be strict about noting when rule options are added or changed in particular release versions. I am not advocating that...

enhancement
documentation

In the [SourceCode section of "Working with Rules"](https://eslint.org/docs/developer-guide/working-with-rules#contextgetsourcecode), there's a section in which the different range/skip/count options are documented for some of the newer SourceCode methods. That section is rendered...

documentation

Example issue: eslint/eslint#11188 When the auto-close plugin closes an issue, it usually leaves a message saying we couldn't muster enough support for the change (with slight variations if the issue...

enhancement
evaluating

I was wondering if it might be worthwhile to augment the release-monitor plugin for breaking changes. Basically, it should create a failing or pending status check for breaking changes unless...

enhancement
evaluating