-
# This ticket is soft-blocked. Waiting on an update from NextJS to support ESLint flat config.
Not available as of NextJS 14.2.
### Description of the Tech Debt
Eslint is changing it's configurati…
-
### Environment
Node version:20.9.0
npm version:10.1.0
Local ESLint version:9.15.0
Global ESLint version:9.15.0
Operating System:Windows 11 x64
### What parser are you using?
Default (Espree)
###…
-
We've successfully migrated our ESLint configuration from .eslintrc to the new flat config format, and it is functioning well within our CI/CD pipelines.
To integrate the new eslint.flat-config.js …
-
### Current Behavior
Eslint's new Flat Config supports 3 names:
* `eslint.config.js` (inherits type from package.json, _implied_ to be ESM otherwise)
* `eslint.config.cjs` (explicitly commonjs)
*…
-
https://eslint.org/blog/2024/04/eslint-v9.0.0-released/
- [ ] eslint-config
- [ ] eslint@9
- [ ] flat config
- [ ] dependencies
- [ ] eslint-config-next
- [ ] eslint-conf…
-
How can I get this to work with the new eslint flat config?
https://eslint.org/blog/2022/08/new-config-system-part-2/
https://eslint.org/blog/2024/04/eslint-v9.0.0-released/#flat-config-is-now-t…
-
Now eslint-nibble finished with error when trying to run with new flat config
```
"lint": "eslint-nibble --config eslint.config.js . --ext .js,.ts,.vue",
```
https://eslint.org/docs/latest/us…
-
(see also #2478, https://github.com/airbnb/javascript/issues/2223, https://github.com/airbnb/javascript/issues/2036, https://github.com/airbnb/javascript/issues/1834, https://github.com/airbnb/javascr…
-
### 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.…
-
**Is your feature request related to a problem? Please describe.**
I can't have autocomplete for TS flat config when typings are not present :c
**Describe the solution you'd like**
Should be tota…