Skip to content

Commit

Permalink
chore: correct options name (ignoreNonDom) in the examples
Browse files Browse the repository at this point in the history
  • Loading branch information
dwaneivan authored Oct 2, 2024
1 parent 3baa9fc commit c951584
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ declare_lint_rule! {
/// "//": "...",
/// "options": {
/// "allowInvalidRoles": ["invalid-role", "text"],
/// "nonIgnoreDom": true
/// "ignoreNonDom": true
/// }
/// }
/// ```
Expand Down

0 comments on commit c951584

Please sign in to comment.