Skip to content

Commit

Permalink
tools: remove disabling of already-disabled rule
Browse files Browse the repository at this point in the history
`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 <info@bnoordhuis.nl>
Reviewed-By: James M Snell <jasnell@gmail.com>
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
  • Loading branch information
Trott authored and Myles Borins committed May 18, 2016
1 parent 6a197ec commit 4fb4ba9
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions test/.eslintrc
Original file line number Diff line number Diff line change
Expand Up @@ -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"]

Expand Down

0 comments on commit 4fb4ba9

Please sign in to comment.