Lachlan Hunt
Lachlan Hunt
When .nvmrc contains more than 1 line, e.g. with comments, then avn fails. This is a problem because a code base I have to work with at work has extended...
#### Prerequisites checklist - [x] I have read the [contributing guidelines](https://github.com/eslint/eslint/blob/HEAD/CONTRIBUTING.md). #### What is the purpose of this pull request? (put an "X" next to an item) [ ] Documentation...
### Self-service - [ ] I'd be willing to implement a fix ### Describe the bug My company uses an internal package registry where all npm packages are fetched from....
**Is this a support request?** No. **Describe the bug** The algorithm used to convert a SHA-1 hash into a decimal value between 0 and 1 does not correctly take into...
I'm planning to use this library, but I'm wondering are there any plans to convert this library to be based on Promises instead of old style nodejs callbacks? This would...
The current TSTypeOperatorBuilder interface: ```ts export interface TSTypeOperatorBuilder { (operator: string): namedTypes.TSTypeOperator; from( params: { comments?: K.CommentKind[] | null; loc?: K.SourceLocationKind | null; operator: string; typeAnnotation: K.TSTypeKind; } ): namedTypes.TSTypeOperator;...
Javascript in ES modules with a .mjs file extension are not supported by jsdoc. This is the new extension that's going to be promoted by NodeJS, and already supported by...
Please add the ability to define custom request headers. This should support statically defined headers that are the same for every request, as well as headers that are required with...
### Docs page(s) https://eslint.org/docs/latest/use/mcp ### What documentation issue do you want to solve? The docs should provide some guidance on getting the MCP server working with eslint.config.ts files. Since ESlint...