mirror of
https://github.com/nodejs/node.git
synced 2024-12-01 16:10:02 +01:00
463d1a490f
This enables the eslint dot-notation rule for all code instead of only in /lib. PR-URL: https://github.com/nodejs/node/pull/18749 Reviewed-By: Luigi Pinca <luigipinca@gmail.com> Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Matheus Marchini <matheus@sthima.com>
8 lines
200 B
YAML
8 lines
200 B
YAML
rules:
|
|
# Custom rules in tools/eslint-rules
|
|
require-buffer: error
|
|
buffer-constructor: error
|
|
no-let-in-for-declaration: error
|
|
lowercase-name-for-primitive: error
|
|
non-ascii-character: error
|