Skip to content

Commit eb5d423

Browse files
committed
Remove redundant word in array
1 parent cd9d7eb commit eb5d423

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/rules/a11y-no-generic-link-text.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
const {elementType, getProp, getPropValue} = require('jsx-ast-utils')
22

3-
const bannedLinkText = ['read more', 'here', 'click here', 'learn more', 'more', 'here']
3+
const bannedLinkText = ['read more', 'here', 'click here', 'learn more', 'more']
44

55
/* Downcase and strip extra whitespaces and punctuation */
66
const stripAndDowncaseText = text => {

0 commit comments

Comments
 (0)