mirror of
https://github.com/nodejs/node.git
synced 2025-08-15 13:48:44 +02:00

PR-URL: https://github.com/nodejs/node/pull/40150 Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com> Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: James M Snell <jasnell@gmail.com>
15 lines
232 B
YAML
15 lines
232 B
YAML
extends: default
|
|
|
|
rules:
|
|
document-start:
|
|
present: false
|
|
line-length: disable
|
|
truthy:
|
|
allowed-values: ['true', 'false', 'on', 'off']
|
|
|
|
ignore: |
|
|
/deps/
|
|
node_modules/
|
|
/test/fixtures/wpt/
|
|
/tools/gyp/
|
|
/tools/pip/
|