mightyiam/eslint-config-love

Our config to not be under the overrides property

mightyiam opened this issue ยท 3 comments

#43 was never a good idea. We mean to revert it, probably as a breaking change.

This happens to be the highest priority issue at this time.

Hello,

I wonder why you make this decision. Is it related to ESLint v9 with the new config file format? ๐Ÿค“

Regards.

Nah, it's not inspired by that. I don't even know what that change includes.

#43 was never a good idea because it is implemented using the overrides feature with a filename extensions pattern. That is way too specific and stepping outside of the scope of this package. Specifically, it prevents users from applying this config to whatever arbitrary filename extensions they may wish to apply it to. *.js definitely comes to mind. And we did get #1088 reported, which prompted rethinking of this.

๐ŸŽ‰ This issue has been resolved in version 36.0.0 ๐ŸŽ‰

The release is available on:

Your semantic-release bot ๐Ÿ“ฆ๐Ÿš€