salesforce / eslint-config-lwc

Opinionated ESLint configurations for LWC projects
MIT License
112 stars 35 forks source link

Add support for ESLint v9 #128

Open DougMidgley opened 2 months ago

DougMidgley commented 2 months ago

The current plugin does not seem to work with eslint 9 which by default uses the flat config format https://eslint.org/blog/2023/11/whats-coming-in-eslint-9.0.0/ We get the following error [Error - 11:23:02 PM] ConfigError: Config (unnamed): Key "extends": This appears to be in eslintrc format rather than flat config format.

nolanlawson commented 2 months ago

Hi, ESLint v9 support is not implemented yet, apologies for that.