Files
node/lib/internal
Antoine du Hamel cbcefdf253 lib: enforce use of trailing commas in more files
Some part of the codebase already use trailing commas, this commit is
adding a lint rule to ensure it stays this way.
This commit also adds the rule for a few files that were missing only
one or two trailing commas.

PR-URL: https://github.com/nodejs/node/pull/46655
Reviewed-By: Michaël Zasso <targos@protonmail.com>
Reviewed-By: Moshe Atlow <moshe@atlow.co.il>
2023-02-16 18:47:24 +01:00
..
2023-01-10 05:38:36 +00:00
2023-01-10 05:38:36 +00:00
2023-01-10 05:38:36 +00:00
2022-11-10 20:52:45 +00:00
2022-09-07 09:33:10 +00:00
2022-08-05 14:25:06 +00:00
2023-01-10 05:38:36 +00:00
2023-01-10 05:38:36 +00:00
2023-01-10 05:38:36 +00:00

Internal Modules

The modules in lib/internal are intended for internal use in Node.js core only, and are not accessible with require() from user modules. These modules can be changed at any time. Reliance on these modules outside of core is not supported in any way.