You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: packages/plugin-typescript/README.md
+3-4
Original file line number
Diff line number
Diff line change
@@ -98,15 +98,14 @@ await typescriptPlugin({
98
98
tsconfig:'./tsconfig.json',
99
99
});
100
100
101
-
#### OnlyAudits
101
+
#### `onlyAudits`
102
102
103
-
Optional parameter. The`onlyAudits` option allows you to specify which documentation types you want to measure. Only the specified audits will be included in the results. Example:
103
+
The `onlyAudits` option allows you to specify which documentation types you want to measure. Only the specified audits will be included in the results. All audits are included by default. Example:
0 commit comments