new rule textlint-rule-period-in-list-item

This commit is contained in:
Ulf Gebhardt 2023-01-03 22:10:59 +01:00
parent 4f7fd34b5b
commit bcbbad0907
Signed by: ulfgebhardt
GPG Key ID: DA6B843E748679C9
4 changed files with 55 additions and 0 deletions

View File

@ -20,6 +20,7 @@ module.exports = {
},
'no-empty-section': true,
'textlint-rule-no-empty-element': true,
'period-in-list-item': true,
},
filters: {
comments: true,

View File

@ -47,7 +47,9 @@ Projekte werden bebildert, der Techstack aufgeführt, sowie beteiligte Personen
Idealerweise würden diese Daten von github kommen (später)
## Organisationen
<!-- textlint-disable period-in-list-item -->
- busFaktor() e.V.
<!-- textlint-enable period-in-list-item -->
## Design
Da wir keine Designer im Team haben sollten wir ein vorgefertigtes Design benutzen, dass hübsch genug aussieht um unseren Content professionell zu transportieren.

51
package-lock.json generated
View File

@ -17,6 +17,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-period-in-list-item": "^0.3.3",
"vuepress": "^1.9.7",
"vuepress-theme-book": "^0.0.9"
}
@ -4556,6 +4557,21 @@
"node": "*"
}
},
"node_modules/check-ends-with-period": {
"version": "2.0.1",
"resolved": "https://registry.npmjs.org/check-ends-with-period/-/check-ends-with-period-2.0.1.tgz",
"integrity": "sha512-ZXEB+OLEAnRu9JCt/aMHNU9Q/BNYDCJrhcQli+JN95K08rGGEMVZc+W75/op8JyKrCKk/WV8Whuo8qjLIDcPeA==",
"dev": true,
"dependencies": {
"emoji-regex": "^10.1.0"
}
},
"node_modules/check-ends-with-period/node_modules/emoji-regex": {
"version": "10.2.1",
"resolved": "https://registry.npmjs.org/emoji-regex/-/emoji-regex-10.2.1.tgz",
"integrity": "sha512-97g6QgOk8zlDRdgq1WxwgTMgEWGVAQvB5Fdpgc1MkNy56la5SKP9GsMXKDOdqwn90/41a8yPwIGk1Y6WVbeMQA==",
"dev": true
},
"node_modules/chokidar": {
"version": "2.1.8",
"resolved": "https://registry.npmjs.org/chokidar/-/chokidar-2.1.8.tgz",
@ -15076,6 +15092,15 @@
"textlint-rule-helper": "^2.0.0"
}
},
"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",
"integrity": "sha512-XVm7E2riBggmyMPiLPQZwXxwFngi5WozWrZqctjN43uz9GykOyrqaHACGsLou2cJqa6nwQxqxewl2OOf/G64eA==",
"dev": true,
"dependencies": {
"check-ends-with-period": "^2.0.1"
}
},
"node_modules/textlint-util-to-string": {
"version": "3.1.1",
"resolved": "https://registry.npmjs.org/textlint-util-to-string/-/textlint-util-to-string-3.1.1.tgz",
@ -20888,6 +20913,23 @@
"integrity": "sha512-yrLQ/yVUFXkzg7EDQsPieE/53+0RlaWTs+wBrvW36cyilJ2SaDWfl4Yj7MtLTXleV9uEKefbAGUPv2/iWSooRA==",
"dev": true
},
"check-ends-with-period": {
"version": "2.0.1",
"resolved": "https://registry.npmjs.org/check-ends-with-period/-/check-ends-with-period-2.0.1.tgz",
"integrity": "sha512-ZXEB+OLEAnRu9JCt/aMHNU9Q/BNYDCJrhcQli+JN95K08rGGEMVZc+W75/op8JyKrCKk/WV8Whuo8qjLIDcPeA==",
"dev": true,
"requires": {
"emoji-regex": "^10.1.0"
},
"dependencies": {
"emoji-regex": {
"version": "10.2.1",
"resolved": "https://registry.npmjs.org/emoji-regex/-/emoji-regex-10.2.1.tgz",
"integrity": "sha512-97g6QgOk8zlDRdgq1WxwgTMgEWGVAQvB5Fdpgc1MkNy56la5SKP9GsMXKDOdqwn90/41a8yPwIGk1Y6WVbeMQA==",
"dev": true
}
}
},
"chokidar": {
"version": "2.1.8",
"resolved": "https://registry.npmjs.org/chokidar/-/chokidar-2.1.8.tgz",
@ -29280,6 +29322,15 @@
"textlint-rule-helper": "^2.0.0"
}
},
"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",
"integrity": "sha512-XVm7E2riBggmyMPiLPQZwXxwFngi5WozWrZqctjN43uz9GykOyrqaHACGsLou2cJqa6nwQxqxewl2OOf/G64eA==",
"dev": true,
"requires": {
"check-ends-with-period": "^2.0.1"
}
},
"textlint-util-to-string": {
"version": "3.1.1",
"resolved": "https://registry.npmjs.org/textlint-util-to-string/-/textlint-util-to-string-3.1.1.tgz",

View File

@ -28,6 +28,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-period-in-list-item": "^0.3.3",
"vuepress": "^1.9.7",
"vuepress-theme-book": "^0.0.9"
}