From a29089d7c866955616c0e363843017e9b9b2a736 Mon Sep 17 00:00:00 2001 From: estrada9166 Date: Mon, 12 Feb 2018 02:31:55 -0500 Subject: doc: add new documentation lint rule Add 80 characters limit to docs. Change docs to fit 80 characters per row. PR-URL: https://github.com/nodejs/node/pull/18726 Fixes: https://github.com/nodejs/node/issues/18703 Reviewed-By: Ruben Bridgewater Reviewed-By: Matteo Collina Reviewed-By: Gibson Fahnestock Reviewed-By: Anatoli Papirovski --- doc/api/console.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'doc/api/console.md') diff --git a/doc/api/console.md b/doc/api/console.md index 473c37ea04..1bd595f4b9 100644 --- a/doc/api/console.md +++ b/doc/api/console.md @@ -411,7 +411,8 @@ added: v8.0.0 * `label` {string} Defaults to `'default'`. This method does not display anything unless used in the inspector. The -`console.markTimeline()` method is the deprecated form of [`console.timeStamp()`][]. +`console.markTimeline()` method is the deprecated form of +[`console.timeStamp()`][]. ### console.profile([label])