issues
search
textlint-ja
/
textlint-rule-no-doubled-conjunction
textlint plugin to check duplicated same conjunctions.
MIT License
8
stars
4
forks
source link
refactor(deps): update to sentence-spilitter@5
#29
Closed
azu
closed
11 months ago
azu
commented
11 months ago
BREAKING CHANGES
Require Node.js 18+
Enhancement
improve error location using
locator.range()
fix
https://github.com/textlint-ja/textlint-rule-no-doubled-conjunction/issues/18
Refactor
use sentence-spilitter@5
https://github.com/textlint-rule/sentence-splitter/releases/tag/v5.0.0
use
splitAST()
instead of
split()
BREAKING CHANGES
Enhancement
locator.range()
Refactor
splitAST()
instead ofsplit()