diff --git a/.textlintrc b/.textlintrc index 2d41d8e..5ac749f 100644 --- a/.textlintrc +++ b/.textlintrc @@ -185,14 +185,6 @@ "weasel": false, "so": false, "thereIs" :false - }, - "no-dead-link": { - "ignoreRedirects": true, - "ignore": [ - "mailto:*", - "https://github.com/telefonicaid/sigfox-iotagent/blob/master/doc/roadmap.md", - "https://coveralls.io/**" - ] } } } diff --git a/package.json b/package.json index 7639202..b3e4b20 100644 --- a/package.json +++ b/package.json @@ -62,7 +62,6 @@ "should": "13.2.3", "textlint": "~11.7.6", "textlint-rule-common-misspellings": "~1.0.1", - "textlint-rule-no-dead-link": "~4.7.0", "textlint-rule-terminology": "~2.1.4", "textlint-rule-write-good": "~1.6.2", "watch": "~1.0.2"