mirror of
https://github.com/nodejs/node.git
synced 2024-12-01 16:10:02 +01:00
518a4d08cb
PR-URL: https://github.com/nodejs/node/pull/2289 Reviewed-By: Sakthipriyan Vairamani <thechargingvolcano@gmail.com> Reviewed-By: Roman Reiss <me@silverwind.io> Reviewed-By: Brendan Ashworth <brendan.ashworth@me.com>
11 lines
157 B
Plaintext
11 lines
157 B
Plaintext
## Test-specific linter rules
|
|
|
|
rules:
|
|
## allow undeclared variables
|
|
no-undef: 0
|
|
## allow global Buffer usage
|
|
require-buffer: 0
|
|
|
|
globals:
|
|
gc: false
|