summaryrefslogtreecommitdiff
path: root/doc/.eslintrc.yaml
blob: b269eb14e625f4c051adcbc69a59dcf9d4f1f4dc (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
## Docs-specific linter rules

rules:
  # ease some restrictions in doc examples
  no-restricted-properties: off
  no-undef: off
  no-unused-vars: off
  strict: off

  # add new ECMAScript features gradually
  no-var: error
  prefer-const: error
  prefer-rest-params: error