mirror of https://github.com/lukechilds/node.git
Browse Source
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>v6
Vse Mozhet Byt
8 years ago
8 changed files with 49 additions and 42 deletions
@ -1,5 +1,12 @@ |
|||
## Docs-specific linter rules |
|||
|
|||
rules: |
|||
strict: 0 |
|||
# 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 |
|||
|
Loading…
Reference in new issue