Skip to content

Commit

Permalink
fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
vigneshshanmugam committed Aug 30, 2023
1 parent 589e3be commit c93b5af
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions bundles/build.js
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@
*
*/

/* eslint-disable @typescript-eslint/no-var-requires */
const path = require('path');
const esbuild = require('esbuild');
const { ENTRY_POINTS } = require('./src');
Expand Down
1 change: 1 addition & 0 deletions bundles/src/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@
*
*/

/* eslint-disable @typescript-eslint/no-var-requires */
const path = require('path');

module.exports.ENTRY_POINTS = [
Expand Down
2 changes: 1 addition & 1 deletion src/core/expect.ts
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
*
*/

//eslint-disable-next-line @typescript-eslint/no-var-requires
/* eslint-disable @typescript-eslint/no-var-requires */
const expectLib = require('../../dist/bundles/lib/index').expect;

type ExpectLibrary =
Expand Down

0 comments on commit c93b5af

Please sign in to comment.