node/test/.eslintrc
Rich Trott 089362f8b8 test,tools: limit lint tolerance of gc global
Lint rules permitted the `gc` global in any test file. This change
limits it to just the files that need it.

PR-URL: https://github.com/nodejs/node/pull/6324
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
Reviewed-By: Ben Noordhuis <info@bnoordhuis.nl>
2016-05-03 20:20:33 -04:00

5 lines
113 B
Text

## Test-specific linter rules
rules:
## common module is mandatory in tests
required-modules: [2, "common"]