Skip to content

Commit 7536f28

Browse files
committed
docs(plugin-typescript): fix code blocks
1 parent f7a2def commit 7536f28

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

packages/plugin-typescript/README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -93,10 +93,11 @@ The plugin accepts the following parameters:
9393

9494
Optional parameter. The `tsconfig` option accepts a string that defines the path to your config file and defaults to `tsconfig.json`.
9595

96-
````js
96+
```js
9797
await typescriptPlugin({
9898
tsconfig: './tsconfig.json',
9999
});
100+
```
100101

101102
#### `onlyAudits`
102103

@@ -106,6 +107,7 @@ The `onlyAudits` option allows you to specify which documentation types you want
106107
await typescriptPlugin({
107108
onlyAudits: ['no-implicit-any'],
108109
});
110+
```
109111

110112
### Optionally set up categories
111113

@@ -160,4 +162,3 @@ categories: [
160162
// ...
161163
];
162164
```
163-
````

0 commit comments

Comments
 (0)