eslint-plugin-eslint-comments icon indicating copy to clipboard operation
eslint-plugin-eslint-comments copied to clipboard

[require-description] Add rule to require minimum description length

Open stramel opened this issue 3 years ago • 3 comments

In typescript-eslint, you can require a minimum description length to avoid someone doing -- a. https://github.com/typescript-eslint/typescript-eslint/pull/2099

It would be nice to have similar functionality here.

stramel avatar Apr 26 '21 19:04 stramel

This could be solved with an optional minimumLength option on the eslint-comments/require-description rule.

bmish avatar Apr 26 '21 20:04 bmish

@bmish That's what I was thinking would work

stramel avatar Apr 26 '21 20:04 stramel

Hi @stramel!

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

MichaelDeBoey avatar Oct 14 '23 15:10 MichaelDeBoey