Replies: 1 comment 11 replies
-
with the context you given, everything should work fine, assuming you also installed everything needed |
Beta Was this translation helpful? Give feedback.
11 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Firstly, I have
@eslint-types/typescript-eslint
installed.I have it set up exactly as per the example here: -
https://www.npmjs.com/package/eslint-define-config#usage
However, if I put a deliberate error (typo) in the rule name ("@typescript-eslint/adjacent-1234567890") I do not get an error. The error does however work for the standard eslint types - it is specifically the @eslint-types/typescript-eslint errors that are not showing.
What am I doing wrong? Thanks.
Beta Was this translation helpful? Give feedback.
All reactions