Open user72356 opened 2 years ago
Hi @user72356!
Since this repo is unmaintained, you might want to re-open this issue in the @eslint-community fork https://github.com/eslint-community/eslint-plugin-eslint-comments
For more info about why we created this organization, you can read https://eslint.org/blog/2023/03/announcing-eslint-community-org
It looks like
eslint-comments/no-use
isn't working at the moment (latest version of everything as of 11/22/2022).It produces no errors when I configure
"eslint-comments/no-use": "error"
and I use a disable-next-line, such as in// eslint-disable-next-line @typescript-eslint/naming-convention
.