mirror of https://github.com/nodejs/node.git
14 lines
463 B
YAML
14 lines
463 B
YAML
## Tools-specific linter rules
|
|
|
|
rules:
|
|
# Stylistic Issues
|
|
# http://eslint.org/docs/rules/#stylistic-issues
|
|
indent: [2, 2, {ArrayExpression: first,
|
|
CallExpression: {arguments: first},
|
|
FunctionDeclaration: {parameters: first},
|
|
FunctionExpression: {parameters: first},
|
|
MemberExpression: off,
|
|
ObjectExpression: first,
|
|
SwitchCase: 1}]
|
|
indent-legacy: 0
|