Skip to content

Commit

Permalink
test: disallow unreachable code
Browse files Browse the repository at this point in the history
PR-URL: nodejs#2289
Reviewed-By: Sakthipriyan Vairamani <[email protected]>
Reviewed-By: Roman Reiss <[email protected]>
Reviewed-By: Brendan Ashworth <[email protected]>
  • Loading branch information
targos committed Aug 20, 2015
1 parent 3849750 commit 518a4d0
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions test/.eslintrc
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit 518a4d0

Please sign in to comment.