Browse Source

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>
v4.0.0-rc
Michaël Zasso 9 years ago
parent
commit
518a4d08cb
  1. 2
      test/.eslintrc

2
test/.eslintrc

@ -1,8 +1,6 @@
## Test-specific linter rules
rules:
## allow unreachable code
no-unreachable: 0
## allow undeclared variables
no-undef: 0
## allow global Buffer usage

Loading…
Cancel
Save