Skip to content

Commit 3553865

Browse files
committed
chore: run prettier on docs
1 parent fc97f3e commit 3553865

File tree

6 files changed

+6
-19
lines changed

6 files changed

+6
-19
lines changed

docs/Configuration.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -232,9 +232,7 @@ Additional options can be passed using the tuple form. For example, you may hide
232232

233233
```json
234234
{
235-
"coverageReporters": [
236-
"clover", "json", "lcov", ["text", {"skipFull": true}]
237-
]
235+
"coverageReporters": ["clover", "json", "lcov", ["text", {"skipFull": true}]]
238236
}
239237
```
240238

website/versioned_docs/version-25.x/Configuration.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -214,9 +214,7 @@ Additional options can be passed using the tuple form. For example, you may hide
214214

215215
```json
216216
{
217-
"coverageReporters": [
218-
"clover", "json", "lcov", ["text", {"skipFull": true}]
219-
]
217+
"coverageReporters": ["clover", "json", "lcov", ["text", {"skipFull": true}]]
220218
}
221219
```
222220

website/versioned_docs/version-26.x/Configuration.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -232,9 +232,7 @@ Additional options can be passed using the tuple form. For example, you may hide
232232

233233
```json
234234
{
235-
"coverageReporters": [
236-
"clover", "json", "lcov", ["text", {"skipFull": true}]
237-
]
235+
"coverageReporters": ["clover", "json", "lcov", ["text", {"skipFull": true}]]
238236
}
239237
```
240238

website/versioned_docs/version-27.0/Configuration.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -232,9 +232,7 @@ Additional options can be passed using the tuple form. For example, you may hide
232232

233233
```json
234234
{
235-
"coverageReporters": [
236-
"clover", "json", "lcov", ["text", {"skipFull": true}]
237-
]
235+
"coverageReporters": ["clover", "json", "lcov", ["text", {"skipFull": true}]]
238236
}
239237
```
240238

website/versioned_docs/version-27.1/Configuration.md

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -220,7 +220,6 @@ Indicates which provider should be used to instrument code for coverage. Allowed
220220

221221
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.
222222

223-
224223
### `coverageReporters` \[array<string | [string, options]>]
225224

226225
Default: `["clover", "json", "lcov", "text"]`
@@ -233,9 +232,7 @@ Additional options can be passed using the tuple form. For example, you may hide
233232

234233
```json
235234
{
236-
"coverageReporters": [
237-
"clover", "json", "lcov", ["text", {"skipFull": true}]
238-
]
235+
"coverageReporters": ["clover", "json", "lcov", ["text", {"skipFull": true}]]
239236
}
240237
```
241238

website/versioned_docs/version-27.2/Configuration.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -232,9 +232,7 @@ Additional options can be passed using the tuple form. For example, you may hide
232232

233233
```json
234234
{
235-
"coverageReporters": [
236-
"clover", "json", "lcov", ["text", {"skipFull": true}]
237-
]
235+
"coverageReporters": ["clover", "json", "lcov", ["text", {"skipFull": true}]]
238236
}
239237
```
240238

0 commit comments

Comments
 (0)