mirror of
https://github.com/IT4Change/IT4C.dev.git
synced 2025-12-13 09:25:49 +00:00
new rule textlint-rule-apostrophe
This commit is contained in:
parent
95875356d7
commit
37ff677beb
@ -32,6 +32,7 @@ module.exports = {
|
||||
passive: false,
|
||||
thereIs: false
|
||||
},
|
||||
'apostrophe': true,
|
||||
},
|
||||
filters: {
|
||||
comments: true,
|
||||
|
||||
16
package-lock.json
generated
16
package-lock.json
generated
@ -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",
|
||||
|
||||
@ -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",
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user