Skip to content

Commit

Permalink
Disable import/extensions for require('..')
Browse files Browse the repository at this point in the history
To work around
import-js/eslint-plugin-import#2844

Signed-off-by: Kevin Locke <[email protected]>
  • Loading branch information
kevinoid committed Sep 15, 2023
1 parent 763fcd1 commit 3a606a9
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions test/inflate-auto.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@ const { inspect, promisify } = require('util');
const zlib = require('zlib');

const assertErrorEqual = require('../test-lib/assert-error-equal.js');
// https://github.com/import-js/eslint-plugin-import/issues/2844
// eslint-disable-next-line import/extensions
const InflateAuto = require('..');

const { AssertionError } = assert;
Expand Down

0 comments on commit 3a606a9

Please sign in to comment.