2017-04-22 20:22:40 +08:00
|
|
|
## Docs-specific linter rules
|
|
|
|
|
2017-04-22 03:55:51 +08:00
|
|
|
rules:
|
2017-04-22 20:22:40 +08:00
|
|
|
# ease some restrictions in doc examples
|
2017-07-04 00:51:45 +08:00
|
|
|
no-restricted-properties: off
|
|
|
|
no-undef: off
|
|
|
|
no-unused-vars: off
|
|
|
|
strict: off
|
2017-10-17 06:37:14 +08:00
|
|
|
symbol-description: off
|
2017-04-22 20:22:40 +08:00
|
|
|
|
|
|
|
# add new ECMAScript features gradually
|
2017-07-04 00:51:45 +08:00
|
|
|
no-var: error
|
|
|
|
prefer-const: error
|
|
|
|
prefer-rest-params: error
|