mirror of
https://github.com/IT4Change/IT4C.dev.git
synced 2025-12-13 09:25:49 +00:00
new rule textlint-rule-no-zero-width-spaces
This commit is contained in:
parent
8da3e09837
commit
4a54fd2f38
@ -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
17
package-lock.json
generated
@ -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",
|
||||
|
||||
@ -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"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user