You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We use the packages '@typescript-eslint/eslint-plugin' and '@typescript-eslint/parser' with ESLint.
We have tried to keep our versions of these and ESLint in sync with HoundCI, but recently we started getting:
So we tried upgrading the versions of '@typescript-eslint/eslint-plugin' and '@typescript-eslint/parser' to the latest.
But now we just get 'Smells good..' regardless of what ESLint errors there might be in the code.
We use the packages '@typescript-eslint/eslint-plugin' and '@typescript-eslint/parser' with ESLint.
We have tried to keep our versions of these and ESLint in sync with HoundCI, but recently we started getting:
So we tried upgrading the versions of '@typescript-eslint/eslint-plugin' and '@typescript-eslint/parser' to the latest.
But now we just get 'Smells good..' regardless of what ESLint errors there might be in the code.
Our package.json:
Our .hound.yml:
Our .eslintrc:
Could you advise us how to proceed or provide the versions of '@typescript-eslint/eslint-plugin' and '@typescript-eslint/parser' at your backend?
As a side-note we have an ongoing problem with optional changing which results in a parsing error.
But I see others have pointed that out as well.
The text was updated successfully, but these errors were encountered: