Ben Quarmby

Results 6 issues of Ben Quarmby

Please consider adding first class support for automatically linting the commit range `--from-last-tag` which would be equivalent to `commitlint --from $(git describe --always --first-parent)` ## Affected packages - [x] cli...

feature
help wanted

List the requirements for building JSLint.NET including VS SDK versions and git commands to populate submodules.

It would be handy if JSLint could scan a file when it is opened in Visual Studio. This would complement linting on save. Add a new setting for this feature....

The "Run on build" setting in JSLint.NET for Visual Studio can be quite confusing when coupled with the MSBuild targets of the NuGet package. They don't apply across both. The...

## Describe the feature you'd like: TL;DR: ```ts expect(element).toContainOneByRole("heading", { name: "Attention" }); ``` Please consider adding jest assertions for each of the eight query types provided by `@testing-library/dom`. Assertions...

enhancement
good first issue

Firstly, the browser distribution of mocha-given (/browser/mocha-given.js) is very much appreciated! However, the compiled JavaScript currently pollutes the browser's global scope with all of the module's variables. I believe that...