I ran into a issue where typescript eslint support was seemingly the cause. I tried to upgrade our version of typescript-eslint, but ran into an issue where eslint-config-airbnb-typescript is deprecated (and blocking the upgrade)
To update, we'll need to update to this new configuration, but that's blocked on this PR getting merged: prettier/eslint-config-prettier#272
"@typescript-eslint/eslint-plugin": "^8.4.0",
"@typescript-eslint/parser": "^8.4.0",
"@kesills/eslint-config-airbnb-typescript": "19.0.0",
"eslint-config-prettier": "TBD",
TBD needs to be replaced with the new version of eslint-config-prettier when it's out
I ran into a issue where typescript eslint support was seemingly the cause. I tried to upgrade our version of
typescript-eslint, but ran into an issue whereeslint-config-airbnb-typescriptis deprecated (and blocking the upgrade)To update, we'll need to update to this new configuration, but that's blocked on this PR getting merged: prettier/eslint-config-prettier#272
TBD needs to be replaced with the new version of
eslint-config-prettierwhen it's out