mirror of
https://github.com/nodejs/node.git
synced 2025-08-18 15:18:46 +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>
4 lines
163 B
JavaScript
4 lines
163 B
JavaScript
// This file is for backward compatibility with v0.5.1.
|
|
require('./register')
|
|
|
|
console.warn("'json5/require' is deprecated. Please use 'json5/register' instead.")
|