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>
5 lines
111 B
Text
5 lines
111 B
Text
## Test-specific linter rules
|
|
|
|
rules:
|
|
## common module is mandatory in tests
|
|
required-modules: [2, common]
|