Skip to content

Commit

Permalink
Update lib/util/import-target.js
Browse files Browse the repository at this point in the history
Co-authored-by: Sebastian Good <2230835+scagood@users.noreply.github.com>
  • Loading branch information
aladdin-add and scagood committed Dec 19, 2023
1 parent d5582d9 commit e7f1565
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/util/import-target.js
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ module.exports = class ImportTarget {
* @param {import('eslint').Rule.RuleContext} context - The context for the import origin.
* @param {import('eslint').Rule.Node} node - The node of a `require()` or a module declaraiton.
* @param {string} name - The name of an import target.
* @param {Options} options - The options of `node-resolve` module.
* @param {Options} options - The options of `enhanced-resolve` module.
* @param {'import' | 'require'} moduleType - whether the target was require-ed or imported
*/
constructor(context, node, name, options, moduleType) {
Expand Down

0 comments on commit e7f1565

Please sign in to comment.