Skip to content

Commit 9a9bea4

Browse files
committed
fix(textlint): fix config
1 parent 4e08b74 commit 9a9bea4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.textlintrc.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ module.exports = {
6060
},
6161
"sentence-length": {
6262
"max": 95,
63-
"exclusionPatterns": [
63+
"skipPatterns": [
6464
// 文末の(...)。はカウントしない
6565
"/(.*?)。$/"
6666
]

0 commit comments

Comments
 (0)