node/.yamllint.yaml
Rich Trott 2b131a50e0 build: add YAML linting
PR-URL: https://github.com/nodejs/node/pull/40007
Reviewed-By: James M Snell <jasnell@gmail.com>
Reviewed-By: Michaël Zasso <targos@protonmail.com>
Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com>
Reviewed-By: Richard Lau <rlau@redhat.com>
2021-09-07 13:54:10 +00:00

9 lines
84 B
YAML

extends: relaxed
rules:
line-length: disable
ignore: |
/deps/
node_modules/