mirror of
https://github.com/nodejs/node.git
synced 2024-11-29 23:16:30 +01:00
6ee6aaefa1
PR-URL: https://github.com/nodejs/node/pull/12563 Refs: https://github.com/nodejs/node/pull/12557#issuecomment-296015032 Reviewed-By: Teddy Katz <teddy.katz@gmail.com> Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Timothy Gu <timothygu99@gmail.com> Reviewed-By: Gibson Fahnestock <gibfahn@gmail.com> Reviewed-By: Yuta Hiroto <hello@about-hiroppy.com>
13 lines
230 B
YAML
13 lines
230 B
YAML
## Docs-specific linter rules
|
|
|
|
rules:
|
|
# ease some restrictions in doc examples
|
|
no-restricted-properties: 0
|
|
no-undef: 0
|
|
no-unused-vars: 0
|
|
strict: 0
|
|
|
|
# add new ECMAScript features gradually
|
|
no-var: 2
|
|
prefer-const: 2
|