mirror of
https://github.com/nodejs/node.git
synced 2024-12-01 16:10:02 +01:00
46d7cb88c7
PR-URL: https://github.com/nodejs/node/pull/14061 Reviewed-By: Benjamin Gruenbaum <benjamingr@gmail.com> Reviewed-By: Michaël Zasso <targos@protonmail.com> Reviewed-By: Vse Mozhet Byt <vsemozhetbyt@gmail.com> Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: Franziska Hinkelmann <franziska.hinkelmann@gmail.com> Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
6 lines
133 B
YAML
6 lines
133 B
YAML
rules:
|
|
# Custom rules in tools/eslint-rules
|
|
require-buffer: error
|
|
buffer-constructor: error
|
|
no-let-in-for-declaration: error
|