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: docs/API.md
-8Lines changed: 0 additions & 8 deletions
Original file line number
Diff line number
Diff line change
@@ -66,10 +66,6 @@ if (result.status !== ResultStatus.Succeeded) {
66
66
67
67
## Standalone Lint Conversion API
68
68
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
-
73
69
Portions of the individual lint conversion steps within `convertTSLintConfig` are each available as exported functions as well.
74
70
75
71
***[`findOriginalConfigurations`](#findOriginalConfigurations)** takes in an object of original configuration locations and retrieves their raw and computed contents.
0 commit comments