Skip to content

Commit

Permalink
chore: run prettier on docs
Browse files Browse the repository at this point in the history
  • Loading branch information
SimenB committed Sep 29, 2021
1 parent fc97f3e commit 3553865
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 19 deletions.
4 changes: 1 addition & 3 deletions docs/Configuration.md
Expand Up @@ -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}]]
}
```

Expand Down
4 changes: 1 addition & 3 deletions website/versioned_docs/version-25.x/Configuration.md
Expand Up @@ -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}]]
}
```

Expand Down
4 changes: 1 addition & 3 deletions website/versioned_docs/version-26.x/Configuration.md
Expand Up @@ -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}]]
}
```

Expand Down
4 changes: 1 addition & 3 deletions website/versioned_docs/version-27.0/Configuration.md
Expand Up @@ -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}]]
}
```

Expand Down
5 changes: 1 addition & 4 deletions website/versioned_docs/version-27.1/Configuration.md
Expand Up @@ -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"]`
Expand All @@ -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}]]
}
```

Expand Down
4 changes: 1 addition & 3 deletions website/versioned_docs/version-27.2/Configuration.md
Expand Up @@ -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}]]
}
```

Expand Down

0 comments on commit 3553865

Please sign in to comment.