You deserve a thumbs up bro, your video quality presentation and blog are top notch
@DipanjalMaitra4 ай бұрын
ESLint configuration style has changed to FlatConfig, Doesn't work anymore
@harshana.srimal6 ай бұрын
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
@atulkumar_zip6 ай бұрын
Find any solutions
@harshanasrimal6 ай бұрын
@@atulkumar_zipI created the config file manually and It worked
@divyarajsinhrana60455 ай бұрын
Please make video on latest version of eslint.
@waitst0pАй бұрын
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