Skip to content

Commit

Permalink
Ignore one eslint check (#598)
Browse files Browse the repository at this point in the history
  • Loading branch information
hectorgomezv authored Oct 13, 2024
1 parent 6c133ae commit 90f32fa
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/common/__tests__/auth/auth.client.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
const axios = require('axios'); // eslint-disable-line @typescript-eslint/no-var-requires
/* eslint-disable @typescript-eslint/no-require-imports */
/* eslint-disable @typescript-eslint/no-var-requires */
const axios = require('axios');

export class AuthClient {
private readonly url: string;
Expand Down

0 comments on commit 90f32fa

Please sign in to comment.