Skip to content

Commit 7491fdc

Browse files
TrottMyles Borins
authored and
Myles Borins
committed
tools: remove disabling of already-disabled rule
`require-buffer` is only enabled in the `lib` directory. There is no need to disable it in `test`. PR-URL: #6013 Reviewed-By: Ben Noordhuis <[email protected]> Reviewed-By: James M Snell <[email protected]> Reviewed-By: Colin Ihrig <[email protected]>
1 parent 7337ef6 commit 7491fdc

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
@@ -3,8 +3,6 @@
33
rules:
44
## allow undeclared variables
55
no-undef: 0
6-
## allow global Buffer usage
7-
require-buffer: 0
86
## common module is mandatory in tests
97
required-modules: [2, "common"]
108

0 commit comments

Comments
 (0)