Skip to content

Commit

Permalink
Prefer ESLint rules over prettier script
Browse files Browse the repository at this point in the history
  • Loading branch information
kliesch committed Jul 2, 2024
1 parent fc496e7 commit da2bcb5
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions itest/src/aut/components/balloon/ButtonViewWrapper.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,7 @@ export default class ButtonViewWrapper
// Seems, we cannot make prettier happy here for some reason regarding
// whitespace before curly brace.
// eslint-disable-next-line prettier/prettier
implements HasVisible, HasToggleable, HasEnabled, HasAriaLabel
{
implements HasVisible, HasToggleable, HasEnabled, HasAriaLabel {
click(): Promise<void> {
return this.evaluate((buttonView) => {
const element = buttonView.element;
Expand Down

0 comments on commit da2bcb5

Please sign in to comment.