Skip to content

Commit

Permalink
Merge pull request #89 from darashi/tweak-textlint-configuration
Browse files Browse the repository at this point in the history
Tweak textlint configuration
  • Loading branch information
darashi authored Jan 7, 2024
2 parents 3a8dd7a + 8559066 commit 59ced96
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .textlintrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,9 @@
"max-comma": false,
"no-exclamation-question-mark": false,
"no-mix-dearu-desumasu": {
"preferInBody": "ですます",
"preferInBody": "である",
"preferInHeader": "",
"preferInList": "ですます",
"preferInList": "である",
"strict": true
},
"sentence-length": false
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"scripts": {
"lint": "textlint *.md",
"lint": "textlint .",
"lint-staged": "lint-staged",
"prepare": "husky install"
},
Expand Down

0 comments on commit 59ced96

Please sign in to comment.