From 35538651300a9eb0f67633bd56cd440be9084e7e Mon Sep 17 00:00:00 2001 From: Simen Bekkhus Date: Wed, 29 Sep 2021 12:40:54 +0200 Subject: [PATCH] chore: run prettier on docs --- docs/Configuration.md | 4 +--- website/versioned_docs/version-25.x/Configuration.md | 4 +--- website/versioned_docs/version-26.x/Configuration.md | 4 +--- website/versioned_docs/version-27.0/Configuration.md | 4 +--- website/versioned_docs/version-27.1/Configuration.md | 5 +---- website/versioned_docs/version-27.2/Configuration.md | 4 +--- 6 files changed, 6 insertions(+), 19 deletions(-) diff --git a/docs/Configuration.md b/docs/Configuration.md index 9916661b11b2..cae4d025f044 100644 --- a/docs/Configuration.md +++ b/docs/Configuration.md @@ -232,9 +232,7 @@ Additional options can be passed using the tuple form. For example, you may hide ```json { - "coverageReporters": [ - "clover", "json", "lcov", ["text", {"skipFull": true}] - ] + "coverageReporters": ["clover", "json", "lcov", ["text", {"skipFull": true}]] } ``` diff --git a/website/versioned_docs/version-25.x/Configuration.md b/website/versioned_docs/version-25.x/Configuration.md index 34106cc4bbb6..b9270556d8fc 100644 --- a/website/versioned_docs/version-25.x/Configuration.md +++ b/website/versioned_docs/version-25.x/Configuration.md @@ -214,9 +214,7 @@ Additional options can be passed using the tuple form. For example, you may hide ```json { - "coverageReporters": [ - "clover", "json", "lcov", ["text", {"skipFull": true}] - ] + "coverageReporters": ["clover", "json", "lcov", ["text", {"skipFull": true}]] } ``` diff --git a/website/versioned_docs/version-26.x/Configuration.md b/website/versioned_docs/version-26.x/Configuration.md index eac16d218976..11a64a3477fb 100644 --- a/website/versioned_docs/version-26.x/Configuration.md +++ b/website/versioned_docs/version-26.x/Configuration.md @@ -232,9 +232,7 @@ Additional options can be passed using the tuple form. For example, you may hide ```json { - "coverageReporters": [ - "clover", "json", "lcov", ["text", {"skipFull": true}] - ] + "coverageReporters": ["clover", "json", "lcov", ["text", {"skipFull": true}]] } ``` diff --git a/website/versioned_docs/version-27.0/Configuration.md b/website/versioned_docs/version-27.0/Configuration.md index 6e51625a429f..930f0e215b21 100644 --- a/website/versioned_docs/version-27.0/Configuration.md +++ b/website/versioned_docs/version-27.0/Configuration.md @@ -232,9 +232,7 @@ Additional options can be passed using the tuple form. For example, you may hide ```json { - "coverageReporters": [ - "clover", "json", "lcov", ["text", {"skipFull": true}] - ] + "coverageReporters": ["clover", "json", "lcov", ["text", {"skipFull": true}]] } ``` diff --git a/website/versioned_docs/version-27.1/Configuration.md b/website/versioned_docs/version-27.1/Configuration.md index 91c466b4f483..a97218f33e60 100644 --- a/website/versioned_docs/version-27.1/Configuration.md +++ b/website/versioned_docs/version-27.1/Configuration.md @@ -220,7 +220,6 @@ Indicates which provider should be used to instrument code for coverage. Allowed Note that using `v8` is considered experimental. This uses V8's builtin code coverage rather than one based on Babel. It is not as well tested, and it has also improved in the last few releases of Node. Using the latest versions of node (v14 at the time of this writing) will yield better results. - ### `coverageReporters` \[array<string | [string, options]>] Default: `["clover", "json", "lcov", "text"]` @@ -233,9 +232,7 @@ Additional options can be passed using the tuple form. For example, you may hide ```json { - "coverageReporters": [ - "clover", "json", "lcov", ["text", {"skipFull": true}] - ] + "coverageReporters": ["clover", "json", "lcov", ["text", {"skipFull": true}]] } ``` diff --git a/website/versioned_docs/version-27.2/Configuration.md b/website/versioned_docs/version-27.2/Configuration.md index 9916661b11b2..cae4d025f044 100644 --- a/website/versioned_docs/version-27.2/Configuration.md +++ b/website/versioned_docs/version-27.2/Configuration.md @@ -232,9 +232,7 @@ Additional options can be passed using the tuple form. For example, you may hide ```json { - "coverageReporters": [ - "clover", "json", "lcov", ["text", {"skipFull": true}] - ] + "coverageReporters": ["clover", "json", "lcov", ["text", {"skipFull": true}]] } ```