Closed cshouts-tasc closed 3 years ago
Export the Options interface so developers can define a constant of type Options.
i.e.
const A11Y_OPTIONS: Options = { runOnly: { type: 'tags', values: ['wcag2a', 'wcag2aa'], }, };```
:tada: This PR is included in version 0.12.1 :tada:
The release is available on:
Your semantic-release bot :package::rocket:
Export the Options interface so developers can define a constant of type Options.
i.e.