Update checked-in dependencies
This commit is contained in:
parent
a8ade63a2f
commit
452ffd6e8e
3120 changed files with 20845 additions and 14941 deletions
3
node_modules/@eslint/eslintrc/universal.js
generated
vendored
3
node_modules/@eslint/eslintrc/universal.js
generated
vendored
|
|
@ -1,3 +1,5 @@
|
|||
/* global module, require -- required for CJS file */
|
||||
|
||||
// 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
|
||||
|
|
@ -5,5 +7,4 @@
|
|||
// 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");
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue