Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nodejs/node.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSebastiaan Deckers <sebdeckers83@gmail.com>2017-07-11 03:54:06 +0300
committerRefael Ackermann <refack@gmail.com>2017-07-21 22:13:49 +0300
commit6add5b31fcc4ae45a8603f886477c544a99e0188 (patch)
treeb2d03be956b8c7c3edacf4065a16ab4560be37b6 /doc/.eslintrc.yaml
parentbb294059040def8e8c0b1719cc17f6537ab5cb39 (diff)
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 a112e0f54cd..992b79107ea 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