Eslint introduced their new flat config system around a year ago, meaning .eslintrc.* files would instead be eslint.config.js, eslint.config.mjs or eslint.config.cjs files.
It's more meaningful now that eslint v9 is out in beta, which only supports the flat config system.
I suppose we just need to change these lines and maybe a few flags. But I don't work with js so I wouldn't change it blindly.
Pr is always welcomed though :+1:
Eslint introduced their new flat config system around a year ago, meaning
.eslintrc.*
files would instead beeslint.config.js
,eslint.config.mjs
oreslint.config.cjs
files.It's more meaningful now that eslint v9 is out in beta, which only supports the flat config system.