Welcome to mirror list, hosted at ThFree Co, Russian Federation.

.yamllint.yaml - github.com/nodejs/node.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 97ec306ea3fa0c0fc40321b267cbd020c8077eda (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
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/