Update checked-in dependencies
This commit is contained in:
parent
fa428daf9c
commit
b3bf514df4
216 changed files with 4342 additions and 1611 deletions
1
node_modules/eslint-module-utils/pkgDir.js
generated
vendored
1
node_modules/eslint-module-utils/pkgDir.js
generated
vendored
|
|
@ -5,6 +5,7 @@ const pkgUp = require('./pkgUp').default;
|
|||
|
||||
exports.__esModule = true;
|
||||
|
||||
/** @type {import('./pkgDir').default} */
|
||||
exports.default = function (cwd) {
|
||||
const fp = pkgUp({ cwd });
|
||||
return fp ? path.dirname(fp) : null;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue