Skip to content

Commit 3579f3a

Browse files
targosrvagg
authored andcommitted
test: disallow unreachable code
PR-URL: #2289 Reviewed-By: Sakthipriyan Vairamani <thechargingvolcano@gmail.com> Reviewed-By: Roman Reiss <me@silverwind.io> Reviewed-By: Brendan Ashworth <brendan.ashworth@me.com>
1 parent 7f02443 commit 3579f3a

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

test/.eslintrc

-2
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11
## Test-specific linter rules
22

33
rules:
4-
## allow unreachable code
5-
no-unreachable: 0
64
## allow undeclared variables
75
no-undef: 0
86
## allow global Buffer usage

0 commit comments

Comments
 (0)