Skip to content

Commit 9498115

Browse files
committed
Add component to mapping
1 parent a7269cb commit 9498115

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/configs/recommended.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,8 @@ module.exports = {
1717
'jsx-a11y': {
1818
components: {
1919
Button: 'button',
20-
IconButton: 'button'
20+
IconButton: 'button',
21+
Link: 'a'
2122
}
2223
}
2324
}

0 commit comments

Comments
 (0)