Tyler J Russell

Results 18 issues of Tyler J Russell

## Rationale Type checking in CI and development would ensure that our code runs with minimal runtime errors related to dynamic typing. It would also make it easier to do...

type: ci
priority: medium
status: needs-help
cat: rfc

## This relates to... The splitting of PR #802. Before this PR can be processed, the checks must be recategorized into their appropriate locations rather than by author. ## Rationale...

type: feat
priority: low
version: minor
status: wip
cat: new-rule

## This relates to... The splitting of PR #802. Before this PR can be processed, it must be determined how many of the checks already exist within Proselint. ## Rationale...

type: feat
priority: low
version: minor
status: postponed
cat: new-rule

A malapropism is defined as a writer accidentally misusing a word in place of another due to similar pronunciation (for example, "the pineapple of beauty" instead of "the pinnacle of...

bug: confirmed
type: fix
priority: medium
version: major
cat: maintenance

## This relates to... The structure of checks directories. **Related issues:** - Follows on from #951. - This resolves #729. - This resolves #491. - This resolves #1091. ## Rationale...

type: refactor
priority: high
version: minor
status: wip
cat: maintenance

A similar feature to this library is already available in node as a standard: [import mapping](https://nodejs.org/api/packages.html#packages_imports). Not only does it allow for directory mapping, but it also allows dependency aliasing,...

In discordjs/discord.js#7092, `Message#deleted` and the same property on other structures (but we only use the ones for `Message`) were deprecated. There are two accesses for this property, both in [the...

Prior to this, `eslint-plugin-node` would raise a `no-unpublished-*` if a file was not published, even if the package itself was set to private. This PR fixes that by making `util/check-publish`...