Nicholas C. Zakas
Nicholas C. Zakas
### ESLint version HEAD ### What problem do you want to solve? Right now, we don't have a documented supported versions policy, which always leads to confusion when we do...
### Docs page(s) https://eslint.org/docs/latest/ ### What documentation issue do you want to solve? Because we're using Algolia DocSearch, we're required to show their logo. ### What do you think is...
In our [discussion](https://github.com/eslint/eslint/discussions/18428) of how to move forward with incorporating all of the JS-related packages into a single repo the vote was clear: people prefer a monorepo with individual packages....
## Summary This RFC proposes a new way to look up where `eslint.config.js` is located. Currently, we perform the lookup from the current working directory. However, that has a number...
#### 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...
### ESLint version HEAD ### What problem do you want to solve? While working on a new API design for the core, I've come across the situation where I'm not...
#### 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...
### Rule details The rule should flag patterns that may result in variables not being garbage collected ### Related ECMAScript feature (All) ### What type of rule is this? Warns...
#### 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...
### Docs page(s) https://eslint.org/docs/latest/rules/ And each individual rule page ### What documentation issue do you want to solve? While we say that stylistic rules are frozen, we don't clearly indicate...