These plugins are no longer maintained:
eslint-config-airbnb-base
eslint-config-airbnb
eslint-config-airbnb-typescript
After #795, we have now replaced them by eslint-config-airbnb-extends and migrated to eslint v9.
The rules in the previous .eslintrc config may not be a 1:1 match with the new eslint.config.mjs, and so the "exhaustive-deps" warnings need to be checked out.
If needed we may need to rewrite snippets here and there in the affected files. The task here is to revert the warnings back as errors and fix them. Bumping to eslint v10 can be revisited later
These plugins are no longer maintained:
eslint-config-airbnb-base
eslint-config-airbnb
eslint-config-airbnb-typescript
After #795, we have now replaced them by eslint-config-airbnb-extends and migrated to eslint v9.
The rules in the previous .eslintrc config may not be a 1:1 match with the new eslint.config.mjs, and so the "exhaustive-deps" warnings need to be checked out.
If needed we may need to rewrite snippets here and there in the affected files. The task here is to revert the warnings back as errors and fix them. Bumping to eslint v10 can be revisited later