new rule textlint-rule-write-good

This commit is contained in:
Ulf Gebhardt 2023-01-03 22:38:23 +01:00
parent e2f43f6f93
commit 95875356d7
Signed by: ulfgebhardt
GPG Key ID: DA6B843E748679C9
5 changed files with 2773 additions and 2 deletions

View File

@ -28,6 +28,10 @@ module.exports = {
// Misspellings to be ignored (case-insensitive)
ignore: [],
},
'write-good': {
passive: false,
thereIs: false
},
},
filters: {
comments: true,

View File

@ -36,7 +36,7 @@ npm run dev
### Test
Run the tests to ensure things are all working as expected
Run the tests to ensure everything is working as expected
```
npm test

View File

@ -1,4 +1,4 @@
# History
This section shall describe how the team came to be, where our roots are and how we got to know eachother.
This section describes how the team came to be, where our roots are and how we got to know eachother.
In general this document should point out the timeline when each person, with which project, came to the team.

2766
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -33,6 +33,7 @@
"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",
"textlint-rule-write-good": "^2.0.0",
"vuepress": "^1.9.7",
"vuepress-theme-book": "^0.0.9"
}