Skip to content

Commit

Permalink
[Fix]: prop-types: add aira-label comments back
Browse files Browse the repository at this point in the history
  • Loading branch information
hank121314 committed Jul 6, 2020
1 parent 56a529c commit 081b596
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tests/lib/rules/prop-types.js
Expand Up @@ -2493,7 +2493,8 @@ ruleTester.run('prop-types', rule, {
{
code: `
interface Props {
'aria-label': string;
'aria-label': string // 'undefined' PropType is defined but prop is never used eslint(react/no-unused-prop-types)
// 'undefined' PropType is defined but prop is never used eslint(react-redux/no-unused-prop-types)
}
export default function Component({
Expand Down

0 comments on commit 081b596

Please sign in to comment.