Skip to content

Commit

Permalink
Linting change
Browse files Browse the repository at this point in the history
  • Loading branch information
muodov committed Dec 18, 2023
1 parent 7f4bff2 commit 3c3d68a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
7 changes: 3 additions & 4 deletions lib/rules.ts
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,8 @@ export type RunContext = {

export type ElementSelector = string | string[]

export type AutoConsentRuleStep = { optional?: boolean } & Partial<
ElementExistsRule
> &
export type AutoConsentRuleStep = { optional?: boolean } &
Partial<ElementExistsRule> &
Partial<ElementVisibleRule> &
Partial<EvalRule> &
Partial<WaitForRule> &
Expand All @@ -34,7 +33,7 @@ export type AutoConsentRuleStep = { optional?: boolean } & Partial<
Partial<WaitRule> &
Partial<UrlRule> &
Partial<HideRule> &
Partial<IfRule> &
Partial<IfRule> &
Partial<AnyRule>

export type ElementExistsRule = {
Expand Down
2 changes: 1 addition & 1 deletion rules/autoconsent/testcmp.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,4 @@
{ "click": "#reject-all" }
],
"test": [{ "eval": "EVAL_TESTCMP_0" }]
}
}

0 comments on commit 3c3d68a

Please sign in to comment.