test: disallow unreachable code
authorMichaël Zasso <mic.besace@gmail.com>
Thu, 20 Aug 2015 09:37:02 +0000 (11:37 +0200)
committerMichaël Zasso <mic.besace@gmail.com>
Thu, 20 Aug 2015 18:12:44 +0000 (20:12 +0200)
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>
test/.eslintrc

index 608c62dff5fa631f62fbe9996d77fce0c2f047fe..2a8f61cb35f6be7437b22dcb7892a40add3a416b 100644 (file)
@@ -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