Skip to content
Closed
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
test: disallow unreachable code
  • Loading branch information
targos committed Aug 20, 2015
commit 057126aa0abb328423aa4147213cadc14191730a
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