Skip to content

Commit

Permalink
fix(textlint): fix config
Browse files Browse the repository at this point in the history
  • Loading branch information
azu committed Feb 12, 2023
1 parent 4e08b74 commit 9a9bea4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .textlintrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ module.exports = {
},
"sentence-length": {
"max": 95,
"exclusionPatterns": [
"skipPatterns": [
// 文末の(...)。はカウントしない
"/(.*?)。$/"
]
Expand Down

0 comments on commit 9a9bea4

Please sign in to comment.