-
```
npm warn deprecated inflight@1.0.6: This module is not supported, and leaks memory. Do not use it. Check out lru-cache if you want a good and tested way to coalesce async requests by a key value,…
-
I just saw that `eslint-config-next` pulls in `eslint-plugin-import`, `eslint-plugin-jsx-a11y` and `eslint-plugin-react`. These dependencies are known to be full of bloat dependencies, polyfills and s…
-
## Product Plan
Create a linter that is
* zero-config
* only checks for correctness errors (code that is outright wrong or useless) - definition from [Rust Clippy](https://github.com/rust-lang/…
-
Here's the result of running linter with `TIMING=1` on our codebase with panda recommended ruleset enabled
```sh
Rule | Time (ms) | Relative
:---------…
-
This seems like it could be valuable - anything documented as deprecated will throw an error. I'm sure this would be impactful out of the gate, but feels good long term. Thoughts on adding?
* https:/…
-
When `t.is()` is passed 0 or 1 argument instead of 2, `prefer-t-regex` crashes.
This is related to https://github.com/avajs/eslint-plugin-ava/issues/346, but that other issue seems to be more focu…
-
### Current Behavior
I'm getting migration errors while trying to upgrade to 20 from 19.8.4. It says that workspace is not up to date but I cannot figure out where is the error and how to get workspa…
-
Hi @hluisson, hope things are good with you!
Running the [Quickstart setup for `typescript-eslint` works with ESLint v9](https://github.com/typescript-eslint/typescript-eslint/issues/8211#issuecomm…
-
This issue is slightly related to https://github.com/thepassle/eslint-plugin-barrel-files/issues/9. Please feel free to close this issue should you find it out of scope. I'm also struggling to fully r…
-
### Before You File a Bug Report Please Confirm You Have Done The Following...
- [X] I have tried restarting my IDE and the issue persists.
- [X] I have updated to the latest version of the packag…