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 a1ac108 commit 9190a2fCopy full SHA for 9190a2f
lib/rules/enforce-i18n-keys.js
@@ -36,6 +36,7 @@ module.exports = {
36
const allowedItems = [
37
'className',
38
'transitionName', // from react-css-transitions
39
+ 'htmlName', // used to name form inputs
40
].concat(options.ignoredProps || []);
41
42
// variables should be defined here
0 commit comments