-
How to use this great plugin with the new [flat config file format](https://eslint.org/docs/latest/use/configure/migration-guide)?
-
Please add support for ESLint 9, including Flat config support.
See:
- https://eslint.org/docs/latest/use/configure/configuration-files-new
- https://eslint.org/blog/2022/08/new-config-system-part-1…
-
Migrated from upstream issue [here](https://github.com/iamturns/eslint-config-airbnb-typescript/issues/331).
----
See the [official migration documentation](https://eslint.org/docs/latest/use/mi…
-
### Check for existing issues
- [X] Completed
Edit: See also https://github.com/zed-industries/zed/issues/9648.
### Describe the feature
Zed's eslint support for TypeScript projects is imp…
-
-
### Describe the problem
When I setup a new project I have to manually add `src/lib/paraglide` to the `eslintignore` and `prettierignore` configs.
When making github CI/CD workflows, its annoyin…
-
### Describe the bug
Build crashes when running with eslint@9 installed:
```sh
node:internal/event_target:1096
process.nextTick(() => { throw err; });
^
Error: Inv…
-
Knex version: 2.3.0
`QueryBuilder` extends `ChainableInterface`, which extends `Promise`. It causes an issue with "@typescript-eslint/no-floating-promises" ESLint rule. Every `query.where()` is mar…
-
In an ESM project (`.mjs` or `"type": "module"`), eslint-plugin-import can’t find any exports in the `prettier` package. On `import * as prettier from "prettier";`, the `import/namespace` rule complai…
-
👋 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-files-new) that will be…