Hi,
I am having trouble adding a few Eslint rules. One example is the "id-match" rule, that I will be using to enforce the use of the "Hungarian Notation" aka. (sString, oObject) for my team. I followed the instructions correctly, but unfortunately receive this error:
Uncaught Error: Definition for rule 'id-match' was not found.

I also attached my .eslintrc file:
eslintrc.txt
Hoping you can assist me.
Thanks