Skip to content
This repository has been archived by the owner on Aug 20, 2024. It is now read-only.

Commit

Permalink
lint adjustments again
Browse files Browse the repository at this point in the history
  • Loading branch information
seiyria committed Aug 1, 2024
1 parent fd31442 commit 83a5f52
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/handlers.js
Original file line number Diff line number Diff line change
Expand Up @@ -430,7 +430,8 @@ export const formatMod = mod => {
// eslint-disable-next-line no-undef
const requireFunc =
typeof __webpack_require__ === 'function'
? __non_webpack_require__
? // eslint-disable-next-line no-undef
__non_webpack_require__
: require;

const { fillInProperties: droptableValidator } = requireFunc(
Expand Down

0 comments on commit 83a5f52

Please sign in to comment.