mirror of
https://github.com/IT4Change/IT4C.dev.git
synced 2025-12-13 09:25:49 +00:00
new rule textlint-rule-write-good
This commit is contained in:
parent
e2f43f6f93
commit
95875356d7
@ -28,6 +28,10 @@ module.exports = {
|
|||||||
// Misspellings to be ignored (case-insensitive)
|
// Misspellings to be ignored (case-insensitive)
|
||||||
ignore: [],
|
ignore: [],
|
||||||
},
|
},
|
||||||
|
'write-good': {
|
||||||
|
passive: false,
|
||||||
|
thereIs: false
|
||||||
|
},
|
||||||
},
|
},
|
||||||
filters: {
|
filters: {
|
||||||
comments: true,
|
comments: true,
|
||||||
|
|||||||
@ -36,7 +36,7 @@ npm run dev
|
|||||||
|
|
||||||
### Test
|
### Test
|
||||||
|
|
||||||
Run the tests to ensure things are all working as expected
|
Run the tests to ensure everything is working as expected
|
||||||
|
|
||||||
```
|
```
|
||||||
npm test
|
npm test
|
||||||
|
|||||||
@ -1,4 +1,4 @@
|
|||||||
# History
|
# 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.
|
In general this document should point out the timeline when each person, with which project, came to the team.
|
||||||
2766
package-lock.json
generated
2766
package-lock.json
generated
File diff suppressed because it is too large
Load Diff
@ -33,6 +33,7 @@
|
|||||||
"textlint-rule-no-todo": "^2.0.1",
|
"textlint-rule-no-todo": "^2.0.1",
|
||||||
"textlint-rule-no-zero-width-spaces": "^1.0.1",
|
"textlint-rule-no-zero-width-spaces": "^1.0.1",
|
||||||
"textlint-rule-period-in-list-item": "^0.3.3",
|
"textlint-rule-period-in-list-item": "^0.3.3",
|
||||||
|
"textlint-rule-write-good": "^2.0.0",
|
||||||
"vuepress": "^1.9.7",
|
"vuepress": "^1.9.7",
|
||||||
"vuepress-theme-book": "^0.0.9"
|
"vuepress-theme-book": "^0.0.9"
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user