Skip to content

buffer: remove unneeded eslint-disable comment

Rodrigo Muino Tomonari requested to merge github/fork/Trott/require-buffer into master

lib/buffer.js uses a function declaration for Buffer. So it never uses an instance of Buffer in the global scope. Therefore the disabling of the require-buffer custom rule is not needed. Remove the comment.

Checklist
  • make -j4 test (UNIX), or vcbuild test (Windows) passes
  • commit message follows commit guidelines
Affected core subsystem(s)

buffer tools

Merge request reports

Loading