diff --git a/.textlintrc.js b/.textlintrc.js index e728446..e475209 100644 --- a/.textlintrc.js +++ b/.textlintrc.js @@ -7,7 +7,7 @@ module.exports = { 'max-comma': { max : 4, }, - 'no-dead-link': { + /*'no-dead-link': { checkRelative: true, baseURI: null, ignore: ['http://localhost*'], @@ -17,7 +17,7 @@ module.exports = { userAgent: 'textlint-rule-no-dead-link/1.0', maxRetryTime: 10, maxRetryAfterTime: 90 - }, + },*/ 'no-empty-section': true, 'textlint-rule-no-empty-element': true, 'period-in-list-item': true,