Skip to content

Commit

Permalink
Merge pull request #7 from conversation/3659-ignore-nondom-role-attr-…
Browse files Browse the repository at this point in the history
…for-aria-check

Ignore non dom role attribute when checking aria usage
  • Loading branch information
tiagoamaro committed Jul 17, 2020
2 parents a778e78 + a7d0803 commit 9be78e0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions index.js
Expand Up @@ -11,6 +11,7 @@ module.exports = {
"import/extensions": "off",
"import/no-extraneous-dependencies": "off",
"import/no-unresolved": "off",
"jsx-a11y/aria-role": ["warn", { ignoreNonDOM: true }],
"max-len": ["error", { "code": 120 }],
"no-extra-parens": ["error", "all", { "nestedBinaryExpressions": false, "ignoreJSX": "multi-line" }],
"no-undef": "off",
Expand Down

0 comments on commit 9be78e0

Please sign in to comment.