We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d434db2 commit 7bb9cbeCopy full SHA for 7bb9cbe
src/textlint-rule-no-nfd.ts
@@ -15,7 +15,7 @@ const reporter: TextlintRuleReporter = function (context) {
15
return;
16
}
17
const text = getSource(node);
18
- matchCaptureGroupAll(text, /([\u309b\u309c\u309a\u3099])/g).forEach(({index}: { index: number }) => {
+ matchCaptureGroupAll(text, /([\u309b\u309c\u309a\u3099])/g).forEach(({index}) => {
19
if (index === 0) {
20
21
0 commit comments