Open Galimede opened 4 months ago
@Galimede thanks for your awesome work, as discussed I'm just leaving a comment here to track what's blocking us from upgrading to ESLint@9.X.X after trying to do it:
standardjs
future is very uncertain and it's very unlikely the related eslint plugin will support v9 of ESLint (cf #1948 - standard repo. There's a new standard that seems to support it (cf neostandard repo),eslint-plugin-import
does not support v9 for the moment. There's another plugin (which used to be a fork actually) that seems close to supporting it: eslint-plugin-import-x. It does work with v9 in our project but it's not official and they still have some work to do.i18n-no-paramless-arrow
does not work anymore, we'll need to dig a bit more to check why. This is the only rule that broke, I've tested others and they still work :+1:
Formatter (Prettier)
Linter (ESLint)