mirror of
https://github.com/nodejs/node.git
synced 2025-08-18 07:08:50 +02: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>
8 lines
124 B
JavaScript
8 lines
124 B
JavaScript
/**
|
|
* @fileoverview Exports the processor.
|
|
* @author Brandon Mills
|
|
*/
|
|
|
|
"use strict";
|
|
|
|
module.exports = require("./lib");
|