mirror of https://github.com/lukechilds/node.git
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
13 lines
230 B
13 lines
230 B
8 years ago
|
## 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
|