From e615731917e81373b89e73135c702377c8147d5d Mon Sep 17 00:00:00 2001 From: Rich Trott Date: Fri, 1 Apr 2016 21:52:55 -0700 Subject: [PATCH] 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`. --- test/.eslintrc | 2 -- 1 file changed, 2 deletions(-) diff --git a/test/.eslintrc b/test/.eslintrc index 5d77a660f88762..68b358740f5e3e 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"]