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 5, 2023
1 parent 8fa84b6 commit dc8fdbb
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions test/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@ const deepFreeze = require('deep-freeze');
const sinon = require('sinon');
const { inspect } = require('util');

// https://github.com/import-js/eslint-plugin-import/issues/2844
// eslint-disable-next-line import/extensions
const OpenApiTransformerBase = require('..');

/* Specification Extension Property Ambiguity:
Expand Down

0 comments on commit dc8fdbb

Please sign in to comment.