mirror of
https://github.com/nodejs/node.git
synced 2025-05-15 14:41:29 +00:00

Greatly simplify how ESLint and its plugins are installed. PR-URL: https://github.com/nodejs/node/pull/53413 Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com>
6 lines
143 B
JavaScript
6 lines
143 B
JavaScript
"use strict";
|
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
exports.fs = void 0;
|
|
const fs = require("./fs");
|
|
exports.fs = fs;
|