devtobi / cv

My CV as a modern web application
https://devtobi.de/cv/
Other
0 stars 0 forks source link

Move deprecated eslintrc plugin configs to flat config #52

Open devtobi opened 2 months ago

devtobi commented 2 months ago

To move to ESLint flat config the following dependencies need to support this feature:

With the new flat config syntax rushstack/eslint-patch can be removed. ;)

devtobi commented 1 month ago

By using FlatCompat existing eslintrc configurations can be reused in flat config style. This is a great solution while waiting for the packages to provide flat config configurations