Skip to content

Commit 4eea6d6

Browse files
committed
disable jsx-a11y/anchor-is-valid
1 parent 1b7b442 commit 4eea6d6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

eslintrc.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -208,7 +208,7 @@ export default defineConfig({
208208
"jsx-a11y/alt-text": [0],
209209
"jsx-a11y/anchor-ambiguous-text": [2],
210210
"jsx-a11y/anchor-has-content": [2],
211-
"jsx-a11y/anchor-is-valid": [2],
211+
"jsx-a11y/anchor-is-valid": [0],
212212
"jsx-a11y/aria-activedescendant-has-tabindex": [2],
213213
"jsx-a11y/aria-props": [2],
214214
"jsx-a11y/aria-proptypes": [2],

0 commit comments

Comments
 (0)