summaryrefslogtreecommitdiff
path: root/doc/.eslintrc.yaml
diff options
context:
space:
mode:
authorSebastiaan Deckers <sebdeckers83@gmail.com>2017-07-10 20:54:06 -0400
committerRefael Ackermann <refack@gmail.com>2017-07-21 15:13:49 -0400
commit6add5b31fcc4ae45a8603f886477c544a99e0188 (patch)
treeb2d03be956b8c7c3edacf4065a16ab4560be37b6 /doc/.eslintrc.yaml
parentbb294059040def8e8c0b1719cc17f6537ab5cb39 (diff)
downloadandroid-node-v8-6add5b31fcc4ae45a8603f886477c544a99e0188.tar.gz
android-node-v8-6add5b31fcc4ae45a8603f886477c544a99e0188.tar.bz2
android-node-v8-6add5b31fcc4ae45a8603f886477c544a99e0188.zip
tools: enforce consistent spacing inside braces
PR-URL: https://github.com/nodejs/node/pull/14162 Reviewed-By: Vse Mozhet Byt <vsemozhetbyt@gmail.com> Reviewed-By: Refael Ackermann <refack@gmail.com> Reviewed-By: Timothy Gu <timothygu99@gmail.com> Reviewed-By: James M Snell <jasnell@gmail.com>
Diffstat (limited to 'doc/.eslintrc.yaml')
-rw-r--r--doc/.eslintrc.yaml2
1 files changed, 0 insertions, 2 deletions
diff --git a/doc/.eslintrc.yaml b/doc/.eslintrc.yaml
index a112e0f54c..992b79107e 100644
--- a/doc/.eslintrc.yaml
+++ b/doc/.eslintrc.yaml
@@ -1,8 +1,6 @@
## Docs-specific linter rules
rules:
- object-curly-spacing: [error, always]
-
# ease some restrictions in doc examples
no-restricted-properties: off
no-undef: off