new rule textlint-rule-apostrophe

This commit is contained in:
Ulf Gebhardt 2023-01-03 22:39:40 +01:00
parent 95875356d7
commit 37ff677beb
Signed by: ulfgebhardt
GPG Key ID: DA6B843E748679C9
3 changed files with 18 additions and 0 deletions

View File

@ -32,6 +32,7 @@ module.exports = {
passive: false,
thereIs: false
},
'apostrophe': true,
},
filters: {
comments: true,

16
package-lock.json generated
View File

@ -12,6 +12,7 @@
"@textlint-rule/textlint-rule-no-unmatched-pair": "^1.0.9",
"textlint": "^12.4.0",
"textlint-filter-rule-comments": "^1.2.2",
"textlint-rule-apostrophe": "^2.0.0",
"textlint-rule-common-misspellings": "^1.0.1",
"textlint-rule-doubled-spaces": "^1.0.0",
"textlint-rule-max-comma": "^2.0.2",
@ -16578,6 +16579,15 @@
"textlint": ">=6.8.0"
}
},
"node_modules/textlint-rule-apostrophe": {
"version": "2.0.0",
"resolved": "https://registry.npmjs.org/textlint-rule-apostrophe/-/textlint-rule-apostrophe-2.0.0.tgz",
"integrity": "sha512-iA0YlUBLS4/YNswvOzG44zo/tJ+xhcLYjyzI9iPia9+jxCQ5NGLlRXHTdtwWPvTTpCk3cn9vlcxYma7wdYyWzg==",
"dev": true,
"engines": {
"node": ">=8.9"
}
},
"node_modules/textlint-rule-common-misspellings": {
"version": "1.0.1",
"resolved": "https://registry.npmjs.org/textlint-rule-common-misspellings/-/textlint-rule-common-misspellings-1.0.1.tgz",
@ -32211,6 +32221,12 @@
"dev": true,
"requires": {}
},
"textlint-rule-apostrophe": {
"version": "2.0.0",
"resolved": "https://registry.npmjs.org/textlint-rule-apostrophe/-/textlint-rule-apostrophe-2.0.0.tgz",
"integrity": "sha512-iA0YlUBLS4/YNswvOzG44zo/tJ+xhcLYjyzI9iPia9+jxCQ5NGLlRXHTdtwWPvTTpCk3cn9vlcxYma7wdYyWzg==",
"dev": true
},
"textlint-rule-common-misspellings": {
"version": "1.0.1",
"resolved": "https://registry.npmjs.org/textlint-rule-common-misspellings/-/textlint-rule-common-misspellings-1.0.1.tgz",

View File

@ -23,6 +23,7 @@
"@textlint-rule/textlint-rule-no-unmatched-pair": "^1.0.9",
"textlint": "^12.4.0",
"textlint-filter-rule-comments": "^1.2.2",
"textlint-rule-apostrophe": "^2.0.0",
"textlint-rule-common-misspellings": "^1.0.1",
"textlint-rule-doubled-spaces": "^1.0.0",
"textlint-rule-max-comma": "^2.0.2",