summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorRich Trott <rtrott@gmail.com>2016-04-01 21:52:55 -0700
committerJames M Snell <jasnell@gmail.com>2016-04-02 16:42:05 -0700
commit8832be41880ba8147f45d831590303c8c18d1c4c (patch)
tree247aee44ad42d0a98828c4b1d557cfd6632b9df8 /test
parent63e743db3856f8e77552db68dc1d60a9041217b1 (diff)
downloadnode-new-8832be41880ba8147f45d831590303c8c18d1c4c.tar.gz
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>
Diffstat (limited to 'test')
-rw-r--r--test/.eslintrc2
1 files changed, 0 insertions, 2 deletions
diff --git a/test/.eslintrc b/test/.eslintrc
index 5d77a660f8..68b358740f 100644
--- a/test/.eslintrc
+++ b/test/.eslintrc
@@ -3,8 +3,6 @@
rules:
## allow undeclared variables
no-undef: 0
- ## allow global Buffer usage
- require-buffer: 0
## common module is mandatory in tests
required-modules: [2, "common"]