I found this problem when I tried to use version 7.32 of eslint
when used the no-unused-private-class-members rule,eslint would report an error
Details about the error message is meta is undefined because the above rules are only supported by eslint 8.1.0
Do you want to update the eslint version in peerDependencies or remove this rule temporarily?
Anyway, thank you for providing such a great plugin
I found this problem when I tried to use version 7.32 of eslint when used the no-unused-private-class-members rule,eslint would report an error Details about the error message is meta is undefined because the above rules are only supported by eslint 8.1.0 Do you want to update the eslint version in peerDependencies or remove this rule temporarily?
Anyway, thank you for providing such a great plugin