summaryrefslogtreecommitdiff
path: root/lib/.eslintrc.yaml
diff options
context:
space:
mode:
Diffstat (limited to 'lib/.eslintrc.yaml')
-rw-r--r--lib/.eslintrc.yaml9
1 files changed, 0 insertions, 9 deletions
diff --git a/lib/.eslintrc.yaml b/lib/.eslintrc.yaml
index 29d938e27d..24f54e6826 100644
--- a/lib/.eslintrc.yaml
+++ b/lib/.eslintrc.yaml
@@ -1,13 +1,4 @@
rules:
- indent: [error, 2, {ArrayExpression: first,
- CallExpression: {arguments: first},
- FunctionDeclaration: {parameters: first},
- FunctionExpression: {parameters: first},
- MemberExpression: off,
- ObjectExpression: first,
- SwitchCase: 1}]
- indent-legacy: off
-
# Custom rules in tools/eslint-rules
require-buffer: error
buffer-constructor: error