mirror of
https://github.com/nodejs/node.git
synced 2024-11-21 10:59:27 +00:00
f367af4434
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>
16 lines
232 B
YAML
16 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/
|