node/test/.eslintrc
silverwind 5a2ce3633f tools: consistent .eslintrc formatting
All quotes in .eslintrc were unnecessary and inconsistently placed
across the file. Additionally, format the globals to be consistent
with the style of whitespace and sorted them alphabetically.

PR-URL: https://github.com/nodejs/node/pull/7691
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
Reviewed-By: Rich Trott <rtrott@gmail.com>
Reviewed-By: Michaël Zasso <mic.besace@gmail.com>
2016-07-20 06:36:27 -05:00

5 lines
111 B
Text

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