0
0
mirror of https://github.com/nodejs/node.git synced 2024-12-01 16:10:02 +01:00
nodejs/test/.eslintrc
Michaël Zasso 518a4d08cb test: disallow unreachable code
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>
2015-08-20 20:12:44 +02:00

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