Skip to content

Commit 9190a2f

Browse files
committed
ADD: allow htmlName as a name to pass in name attribute to native components
1 parent a1ac108 commit 9190a2f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lib/rules/enforce-i18n-keys.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@ module.exports = {
3636
const allowedItems = [
3737
'className',
3838
'transitionName', // from react-css-transitions
39+
'htmlName', // used to name form inputs
3940
].concat(options.ignoredProps || []);
4041

4142
// variables should be defined here

0 commit comments

Comments
 (0)