remove link check as it takes too long

This commit is contained in:
Ulf Gebhardt 2023-01-11 14:33:29 +01:00
parent 6cd0367dfd
commit b179818078
Signed by: ulfgebhardt
GPG Key ID: DA6B843E748679C9

View File

@ -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,