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`.
  • Loading branch information
Trott committed Apr 2, 2016
1 parent 0dcb026 commit e615731
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 e615731

Please sign in to comment.