mirror of
https://github.com/nodejs/node.git
synced 2024-11-29 23:16:30 +01:00
11b23068cd
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>
6 lines
111 B
Plaintext
6 lines
111 B
Plaintext
## Test-specific linter rules
|
|
|
|
rules:
|
|
## common module is mandatory in tests
|
|
required-modules: [2, common]
|