Skip to content

Commit 40f8dfc

Browse files
committed
Start mapping for jsx-a11y
1 parent 118cc76 commit 40f8dfc

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

src/configs/recommended.js

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,12 @@ module.exports = {
1717
Link: { props: { as: { undefined: 'a', 'a': 'a', 'button': 'button'}}},
1818
Button: { default: 'button' },
1919
}
20+
},
21+
'jsx-a11y': {
22+
components: {
23+
Button: 'button',
24+
IconButton: 'button'
25+
}
2026
}
2127
}
2228
}

0 commit comments

Comments
 (0)