Skip to content

Commit

Permalink
fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
Bars92 committed Jul 25, 2024
1 parent a5ec4be commit e735ef5
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions packages/sdks/web-component/test/descope-wc.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -504,8 +504,7 @@ describe('web-component', () => {
});
}

// eslint-disable-next-line class-methods-use-this
// @ts-ignore
// eslint-disable-next-line class-methods-use-this, @ts-ignore
public get projectId() {
return '1';
}
Expand Down Expand Up @@ -1776,8 +1775,7 @@ describe('web-component', () => {
});
}

// eslint-disable-next-line class-methods-use-this
// @ts-ignore
// eslint-disable-next-line class-methods-use-this, @ts-ignore
public get projectId() {
return '1';
}
Expand Down

0 comments on commit e735ef5

Please sign in to comment.