We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cd9d7eb commit eb5d423Copy full SHA for eb5d423
lib/rules/a11y-no-generic-link-text.js
@@ -1,6 +1,6 @@
1
const {elementType, getProp, getPropValue} = require('jsx-ast-utils')
2
3
-const bannedLinkText = ['read more', 'here', 'click here', 'learn more', 'more', 'here']
+const bannedLinkText = ['read more', 'here', 'click here', 'learn more', 'more']
4
5
/* Downcase and strip extra whitespaces and punctuation */
6
const stripAndDowncaseText = text => {
0 commit comments