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>
10 lines
157 B
Text
10 lines
157 B
Text
## Test-specific linter rules
|
|
|
|
rules:
|
|
## allow undeclared variables
|
|
no-undef: 0
|
|
## allow global Buffer usage
|
|
require-buffer: 0
|
|
|
|
globals:
|
|
gc: false
|