new rule textlint-rule-no-zero-width-spaces

This commit is contained in:
Ulf Gebhardt 2023-01-03 22:24:31 +01:00
parent 8da3e09837
commit 4a54fd2f38
Signed by: ulfgebhardt
GPG Key ID: DA6B843E748679C9
3 changed files with 19 additions and 0 deletions

View File

@ -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,

17
package-lock.json generated
View File

@ -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",

View File

@ -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"