Skip to content

Commit ce56155

Browse files
committed
chore(textlint): 3xx系のステータスは除外するようにした
1 parent b9899ee commit ce56155

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.textlintrc.js

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,10 @@ const config = require('@kubosho/configs/textlint');
22

33
module.exports = {
44
...config,
5+
rules: {
6+
...config.rules,
7+
'no-dead-link': {
8+
ignoreRedirects: true,
9+
},
10+
},
511
};

0 commit comments

Comments
 (0)