summaryrefslogtreecommitdiff
path: root/test/.eslintrc
blob: 608c62dff5fa631f62fbe9996d77fce0c2f047fe (plain)
1
2
3
4
5
6
7
8
9
10
11
12
## Test-specific linter rules

rules:
  ## allow unreachable code
  no-unreachable: 0
  ## allow undeclared variables
  no-undef: 0
  ## allow global Buffer usage
  require-buffer: 0

globals:
  gc: false