Skip to content

Commit cdcc60c

Browse files
author
Josh Goldberg
authored
Remove 'experimental' notice from API docs (#828)
1 parent 6dccd58 commit cdcc60c

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

docs/API.md

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -66,10 +66,6 @@ if (result.status !== ResultStatus.Succeeded) {
6666
6767
## Standalone Lint Conversion API
6868

69-
> ⚠ This area of code is still considered experimental.
70-
> Use at your own risk.
71-
> Please file an issue on GitHub if you'd like to see changes.
72-
7369
Portions of the individual lint conversion steps within `convertTSLintConfig` are each available as exported functions as well.
7470

7571
* **[`findOriginalConfigurations`](#findOriginalConfigurations)** takes in an object of original configuration locations and retrieves their raw and computed contents.
@@ -139,10 +135,6 @@ const formatted = formatOutput("eslintrc.js", raw);
139135

140136
## Standalone Comment Conversion API
141137

142-
> ⚠ This area of code is still considered experimental.
143-
> Use at your own risk.
144-
> Please file an issue on GitHub if you'd like to see changes.
145-
146138
The individual per-file conversion logic within `convertComments` is available as a standalone function:
147139

148140
### `convertFileComments`

0 commit comments

Comments
 (0)