this guide doesn't work anymore. could you assist please. I use ESLint 8 and it always generate flat config system. I followed all your steps correctly, but it gives completely different output than yours. I feel that the issue is @eslint/create-config version. the current version is 1.1.5
To use old configuration file format, init eslint with: npm init @eslint/config@0.4.6 Airbnb config not support eslint@9, so install latest supported version npm i -D eslint@8.57.1
ESLint configuration style has changed to FlatConfig, Doesn't work anymore
You deserve a thumbs up bro, your video quality presentation and blog are top notch
this guide doesn't work anymore. could you assist please. I use ESLint 8 and it always generate flat config system. I followed all your steps correctly, but it gives completely different output than yours. I feel that the issue is @eslint/create-config version. the current version is 1.1.5
Find any solutions
@@atulkumar_zipI created the config file manually and It worked
Please make video on latest version of eslint.
what about eslint version 9?
Could u share the repo of this tutorial?
To use old configuration file format, init eslint with:
npm init @eslint/config@0.4.6
Airbnb config not support eslint@9, so install latest supported version
npm i -D eslint@8.57.1
how do it for javascript
same here