Urara-Blog/node_modules/.pnpm-store/v3/files/02/b6145caac62624a5d6255134424a5b3f603113a69b891215153e9e49b1dab598987a5890471c8e06a12fdfcc84d318a6f2126157354a702599ca6be182c5c2
2022-08-14 01:14:53 +08:00

9 lines
561 B
Text

// Jest (and probably some other runtimes with custom implementations of
// `require`) doesn't support `exports` in `package.json`, so this file is here
// to help them load this module. Note that it is also `.js` and not `.cjs` for
// the same reason - `cjs` files requires to be loaded with an extension, but
// since Jest doesn't respect `module` outside of ESM mode it still works in
// this case (and the `require` in _this_ file does specify the extension).
// eslint-disable-next-line no-undef
module.exports = require("./dist/eslintrc-universal.cjs");