A remark-lint plugin that warns when punctuation characters are repeated in series, such as multiple exclamation marks or ellipsis dots. Version 0.1.4, last updated in 2017, with no recent releases. It is a niche plugin for CJK and punctuation normalization, used with remark-lint. Alternative: remark-lint-no-multiple-full-stops but this covers more characters.
npm install remark-lint-no-repeat-punctuationNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Demonstrates using the plugin with remark-lint to detect repeated punctuation.
If you need to customize punctuation set, fork the package or use a different rule.
None; behavior by design.
Consider using remark-lint-no-multiple-full-stops for similar functionality or check compatibility with your unified version.
npm install remark-lint-no-repeat-punctuation
Use remark@^9 or update to unified@^8 and use .use() correctly.
Use require('remark-lint-no-repeat-punctuation') directly without .default.