Skip to content

Commit

Permalink
fix codegen GitHub actions
Browse files Browse the repository at this point in the history
  • Loading branch information
vasucp1207 committed Nov 9, 2023
1 parent 575df64 commit 6f2ade5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ declare_rule! {
/// {
/// "//": "...",
/// "options": {
/// "allowInvalidRoles": ["invalid", "text"],
/// "allowInvalidRoles": ["invalid-role", "text"],
/// "nonIgnoreDom": true
/// }
/// }
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ Source: https://github.com/jsx-eslint/eslint-plugin-jsx-a11y/blob/main/docs/rule
{
"//": "...",
"options": {
"allowInvalidRoles": ["invalid", "text"],
"allowInvalidRoles": ["invalid-role", "text"],
"nonIgnoreDom": true
}
}
Expand Down

0 comments on commit 6f2ade5

Please sign in to comment.