Update checked-in dependencies
This commit is contained in:
parent
fa428daf9c
commit
b3bf514df4
216 changed files with 4342 additions and 1611 deletions
2
node_modules/eslint-module-utils/readPkgUp.js
generated
vendored
2
node_modules/eslint-module-utils/readPkgUp.js
generated
vendored
|
|
@ -5,6 +5,7 @@ exports.__esModule = true;
|
|||
const fs = require('fs');
|
||||
const pkgUp = require('./pkgUp').default;
|
||||
|
||||
/** @type {(str: string) => string} */
|
||||
function stripBOM(str) {
|
||||
return str.replace(/^\uFEFF/, '');
|
||||
}
|
||||
|
|
@ -35,6 +36,7 @@ function stripBOM(str) {
|
|||
* OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
||||
* THE SOFTWARE.
|
||||
*/
|
||||
/** @type {import('./readPkgUp').default} */
|
||||
exports.default = function readPkgUp(opts) {
|
||||
const fp = pkgUp(opts);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue