We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4e08b74 commit 9a9bea4Copy full SHA for 9a9bea4
.textlintrc.js
@@ -60,7 +60,7 @@ module.exports = {
60
},
61
"sentence-length": {
62
"max": 95,
63
- "exclusionPatterns": [
+ "skipPatterns": [
64
// 文末の(...)。はカウントしない
65
"/(.*?)。$/"
66
]
0 commit comments