James

Results 168 issues of James

Thus, this makes people consuming the plugin have to add extra boilerplate to their configs. See e.g. [unicorn's recommended config](https://github.com/sindresorhus/eslint-plugin-unicorn/blob/main/configs/recommended.js), which is considered best practice AFAIK.

type: feature
status: in discussion

It is conventional for scripts in the "package.json" file to be in kebab-case, as evidenced here: - - - Thus, this plugin should warn when incorrectly named scripts exist such...

type: feature
status: in discussion

## Expected Behavior Typedoc produces a webpage like this: ![image](https://github.com/TypeStrong/typedoc/assets/5511220/de53dc1b-3169-4b82-9727-ff513fbaeb57) This union is bugged because it is in the wrong order (i.e. not sorted). This is because TypeDoc is just...

enhancement

### What problem do you want to solve? In my last PR, I noticed that the documentation rules pages (i.e. Markdown) have inconsistent formatting. Rules randomly have either 1, 2,...

enhancement
core

The message should explicitly tell you to use `string.match(foo, regex)`.

enhancement
scope: transformation

Currently, [the documentation for the `typedef` rule](https://typescript-eslint.io/rules/typedef/) has a big yellow warning that says to basically not use it. The warning is good, but I think we should go one...

triage
repo maintenance

## PR Checklist - [x] Addresses an existing open issue: fixes #7114 - [x] That issue was marked as [accepting prs](https://github.com/typescript-eslint/typescript-eslint/issues?q=is%3Aopen+is%3Aissue+label%3A%22accepting+prs%22) - [x] Steps in [Contributing](https://typescript-eslint.io/contributing) were taken ## Overview...

### Before You File a Documentation Request Please Confirm You Have Done The Following... - [X] I have looked for existing [open or closed documentation requests](https://github.com/typescript-eslint/typescript-eslint/issues?q=is%3Aissue+label%3Adocumentation) that match my proposal....

documentation
accepting prs

Hello, and thanks for the very useful library! ## The Problem Consider the following simple script: ```ts const branch = await $`git branch --show-current`; if (branch.toString() !== "main") { throw...

research

See https://github.com/raineorshine/npm-check-updates/issues/1237#issuecomment-1792473154

bug