-
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…
-
Running `npx projen eslint` on a project now returns this error:
```
(node:31063) ESLintRCWarning: You are using an eslintrc configuration file, which is deprecated and support will be removed in v1…
-
When generating an SDK using the `speakeasy quickstart` command in a directory that uses the new [ESLint flat config file](https://eslint.org/blog/2022/08/new-config-system-part-2/#the-new-config-file…
-
### ESLint version
9.15.0
### What problem do you want to solve?
Coming over from #19093 -> https://github.com/eslint/eslint/issues/19093#issuecomment-2474427149: some users are having a hard time …
-
**Describe the bug**
I tried pointing MegaLinter to my `eslint.config.js`, but it yielded the error:
```
❌ Linted [JAVASCRIPT] files with [eslint]: Found 1 error(s) - (1.49s)
- Using [eslint v…
-
### ESLint version
HEAD
### What problem do you want to solve?
Now that more folks are moving to ESLint v9 and flat config, a common complaint is that it's difficult to extend configs from plugins.…
-
Hello! First of all, I want to express my appreciation for your fantastic project! It's great to see the effort and dedication put into it.
One aspect that I'd like to discuss is the configuration …
-
## Мотивация изменений
https://eslint.org/blog/2022/08/new-config-system-part-1/
Ждем добавления полноценной поддержки плагинов:
https://github.com/eslint/eslint/issues/13481
После чего можно пр…
kiskv updated
2 months ago
-
Currently the `eslint-plugin-patternfly-react` supports the ESLint v9 plugin API thanks to the work done by @kmcfaul under #10743. However it still requires the use of compatibility functions in orde…
-
👋 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…