-
### Docs page(s)
I don't know where this should go. Maybe some kind of _"recommendations for plugin integrators"_ and/or _"troubleshooting"_ page within https://eslint.org/docs/latest/extend/plugins?…
-
### Description
👋 Coming over from https://github.com/eslint/eslint/issues/18093: ESLint is migrating to a [new "flat config" format](https://eslint.org/docs/latest/use/configure/configuration-file…
-
> [!WARNING]
> This comment is maintained by CI. Do not edit this comment directly.
> To update comment template, see https://github.com/oxc-project/oxc/tree/main/tasks/lint_rules
This is tracking i…
-
### Before You File a Proposal Please Confirm You Have Done The Following...
- [X] I have [searched for related issues](https://github.com/typescript-eslint/typescript-eslint/issues?q=is%3Aissue+la…
-
My plate is unfortunately too full to take on this myself, so this is just a throwaway suggestion (and feel free to close), but you might wish to consider reviewing `eslint-plugin-unicorn` for its `ut…
-
### Summary
After creating a project using the VSCode Extension, I get an error when running `npm install`.
### Steps To Reproduce:
1. Create a new project using the VSCode Extension…
-
ESLint has an exciting proposal (https://github.com/eslint/rfcs/pull/99) for Stylelint to become an ESLint plugin.
We're a small team of volunteers working on Stylelint. A couple of us share the se…
-
I have 2 files:
1. test.js
```
import { bogus } from './bogus.js';
bogus()
```
2. bogus.js
```
function foo() {
console.log('foo');
}
export {
foo
}
```
If `bogus.js` is minified, eslint-…
-
#19134 is an example of an issue where a change was merged into ESLint's `main` branch that caused downstream breakages in third-party plugins. Two popular examples: unicorn (https://github.com/sindre…
-
The readme suggests that npm is supported, but it does not build with it.
I see:
```sh
npm install
npm error code ERESOLVE
npm error ERESOLVE unable to resolve dependency tree
npm error
npm…