From 6add5b31fcc4ae45a8603f886477c544a99e0188 Mon Sep 17 00:00:00 2001 From: Sebastiaan Deckers Date: Mon, 10 Jul 2017 20:54:06 -0400 Subject: tools: enforce consistent spacing inside braces PR-URL: https://github.com/nodejs/node/pull/14162 Reviewed-By: Vse Mozhet Byt Reviewed-By: Refael Ackermann Reviewed-By: Timothy Gu Reviewed-By: James M Snell --- doc/.eslintrc.yaml | 2 -- 1 file changed, 2 deletions(-) (limited to 'doc') 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 -- cgit v1.2.3