diff --git a/.textlintrc.js b/.textlintrc.js index 8ba1f03..9fc1195 100644 --- a/.textlintrc.js +++ b/.textlintrc.js @@ -22,6 +22,7 @@ module.exports = { 'textlint-rule-no-empty-element': true, 'period-in-list-item': true, '@textlint-rule/no-unmatched-pair': true, + 'no-zero-width-spaces': true, }, filters: { comments: true, diff --git a/package-lock.json b/package-lock.json index 671473b..82faba9 100644 --- a/package-lock.json +++ b/package-lock.json @@ -18,6 +18,7 @@ "textlint-rule-no-empty-section": "^1.1.0", "textlint-rule-no-start-duplicated-conjunction": "^2.0.2", "textlint-rule-no-todo": "^2.0.1", + "textlint-rule-no-zero-width-spaces": "^1.0.1", "textlint-rule-period-in-list-item": "^0.3.3", "vuepress": "^1.9.7", "vuepress-theme-book": "^0.0.9" @@ -15136,6 +15137,16 @@ "textlint-rule-helper": "^2.0.0" } }, + "node_modules/textlint-rule-no-zero-width-spaces": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/textlint-rule-no-zero-width-spaces/-/textlint-rule-no-zero-width-spaces-1.0.1.tgz", + "integrity": "sha512-AkxpzBILGB4YsXddzHx2xqpXmqMv5Yd+PQm4anUV+ADSJuwLP1Jd6yHf/LOtu9j3ps8K3XM9vQrXRK73z0bU3A==", + "dev": true, + "funding": { + "type": "github", + "url": "https://github.com/sponsors/hata6502" + } + }, "node_modules/textlint-rule-period-in-list-item": { "version": "0.3.3", "resolved": "https://registry.npmjs.org/textlint-rule-period-in-list-item/-/textlint-rule-period-in-list-item-0.3.3.tgz", @@ -29411,6 +29422,12 @@ "textlint-rule-helper": "^2.0.0" } }, + "textlint-rule-no-zero-width-spaces": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/textlint-rule-no-zero-width-spaces/-/textlint-rule-no-zero-width-spaces-1.0.1.tgz", + "integrity": "sha512-AkxpzBILGB4YsXddzHx2xqpXmqMv5Yd+PQm4anUV+ADSJuwLP1Jd6yHf/LOtu9j3ps8K3XM9vQrXRK73z0bU3A==", + "dev": true + }, "textlint-rule-period-in-list-item": { "version": "0.3.3", "resolved": "https://registry.npmjs.org/textlint-rule-period-in-list-item/-/textlint-rule-period-in-list-item-0.3.3.tgz", diff --git a/package.json b/package.json index a6f66f0..76a69d7 100644 --- a/package.json +++ b/package.json @@ -29,6 +29,7 @@ "textlint-rule-no-empty-section": "^1.1.0", "textlint-rule-no-start-duplicated-conjunction": "^2.0.2", "textlint-rule-no-todo": "^2.0.1", + "textlint-rule-no-zero-width-spaces": "^1.0.1", "textlint-rule-period-in-list-item": "^0.3.3", "vuepress": "^1.9.7", "vuepress-theme-book": "^0.0.9"