summaryrefslogtreecommitdiff
path: root/benchmark/.eslintrc.yaml
diff options
context:
space:
mode:
authorRich Trott <rtrott@gmail.com>2017-07-27 09:29:15 -0700
committerRich Trott <rtrott@gmail.com>2017-07-30 09:21:52 -0700
commite9b67f7e5deb60bef05036be9eaaa5b919364d63 (patch)
treeb41530f13daa0d835202edb7b0046c1e48d8b5b5 /benchmark/.eslintrc.yaml
parent2791761edaf7c3cca41db9c2428bf26d14d8fd01 (diff)
downloadandroid-node-v8-e9b67f7e5deb60bef05036be9eaaa5b919364d63.tar.gz
android-node-v8-e9b67f7e5deb60bef05036be9eaaa5b919364d63.tar.bz2
android-node-v8-e9b67f7e5deb60bef05036be9eaaa5b919364d63.zip
tools: remove legacy indentation linting
All linting now uses the current ESLint 4.3.0 indentation linting. Remove legacy indentation rules. PR-URL: https://github.com/nodejs/node/pull/14515 Reviewed-By: Luigi Pinca <luigipinca@gmail.com> Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: Claudio Rodriguez <cjrodr@yahoo.com> Reviewed-By: Evan Lucas <evanlucas@me.com> Reviewed-By: Timothy Gu <timothygu99@gmail.com>
Diffstat (limited to 'benchmark/.eslintrc.yaml')
-rw-r--r--benchmark/.eslintrc.yaml13
1 files changed, 0 insertions, 13 deletions
diff --git a/benchmark/.eslintrc.yaml b/benchmark/.eslintrc.yaml
deleted file mode 100644
index beaaea041f..0000000000
--- a/benchmark/.eslintrc.yaml
+++ /dev/null
@@ -1,13 +0,0 @@
-## Benchmarks-specific linter rules
-
-rules:
- # Stylistic Issues
- # http://eslint.org/docs/rules/#stylistic-issues
- indent: [error, 2, {ArrayExpression: first,
- CallExpression: {arguments: first},
- FunctionDeclaration: {parameters: first},
- FunctionExpression: {parameters: first},
- MemberExpression: off,
- ObjectExpression: first,
- SwitchCase: 1}]
- indent-legacy: off