Skip to content

Commit

Permalink
fix: lint
Browse files Browse the repository at this point in the history
  • Loading branch information
fi3ework committed Jun 19, 2024
1 parent 475684c commit 86336d9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/library/ModernModuleLibraryPlugin.js
Original file line number Diff line number Diff line change
Expand Up @@ -21,12 +21,12 @@ const AbstractLibraryPlugin = require("./AbstractLibraryPlugin");
/** @template T @typedef {import("./AbstractLibraryPlugin").LibraryContext<T>} LibraryContext<T> */

/**
* @typedef {Object} ModernModuleLibraryPluginOptions
* @typedef {object} ModernModuleLibraryPluginOptions
* @property {LibraryType} type
*/

/**
* @typedef {Object} ModernModuleLibraryPluginParsed
* @typedef {object} ModernModuleLibraryPluginParsed
* @property {string} name
*/

Expand Down

0 comments on commit 86336d9

Please sign in to comment.