Skip to content

Commit 4fb4ba9

Browse files
TrottMyles Borins
authored andcommitted
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 6a197ec commit 4fb4ba9

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

test/.eslintrc

Lines changed: 0 additions & 2 deletions
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)