Browse Source

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: https://github.com/nodejs/node/pull/6013
Reviewed-By: Ben Noordhuis <info@bnoordhuis.nl>
Reviewed-By: James M Snell <jasnell@gmail.com>
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
process-exit-stdio-flushing
Rich Trott 9 years ago
committed by James M Snell
parent
commit
8832be4188
  1. 2
      test/.eslintrc

2
test/.eslintrc

@ -3,8 +3,6 @@
rules: rules:
## allow undeclared variables ## allow undeclared variables
no-undef: 0 no-undef: 0
## allow global Buffer usage
require-buffer: 0
## common module is mandatory in tests ## common module is mandatory in tests
required-modules: [2, "common"] required-modules: [2, "common"]

Loading…
Cancel
Save