-
There is an open issue over on the eslint repo tracking a proposal to do a full rewrite of eslint.
Since eslint-formatter-todo is more or less abusing the formatter system to implement todos, and bec…
-
The current plugin does not seem to work with eslint 9 which by default uses the flat config format
https://eslint.org/blog/2023/11/whats-coming-in-eslint-9.0.0/
We get the following error
[Error …
-
👋 Hi all! With [ESLint v9 released](https://eslint.org/blog/2024/04/eslint-v9.0.0-released), many community plugins are adding support for the new major version. This is a tracking issue of ESLint v9 …
-
### ESLint version
9.15.0
### What problem do you want to solve?
Many (most?) projects that use ESLint also configure a formatter such as Prettier. Many of those projects do so with a separate npm …
-
### What version of Oxlint are you using?
0.9.10
### What command did you run?
```sh
oxlint -c .oxlintrc.json -- path/to/example.tsx
```
### What does your `.oxlint.json` config file look …
-
I tried to use ESLint v9.3.0 and got the following error:
Could not resolve dependency:
peer eslint@"6.x || 7.x || 8.x" from eslint-config-preact@1.4.0
Are there any plans to support v9?
-
I have seen various discussions about this rule, but not quite in the exact same context, so I am unsure if that could be merged with an existing issue:
I upgraded to `eslint-plugin-import` v2.31.0,…
-
Currently, I manually release this package.
I didn't change the release flow in the hope that it would be easy for the previous maintainer to go back.
But now that we have new maintainers, I think i…
-
### What version of Oxlint are you using?
0.10.3
### What command did you run?
oxlint -c .oxlint.json
### What does your `.oxlint.json` config file look like?
```
{
"env": {
"browser": t…
-
### 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 packages.…