From 592125d440e47ee75c575042d2ce5317563f21c7 Mon Sep 17 00:00:00 2001 From: Josh Goldberg Date: Sun, 15 Nov 2020 13:18:31 -0500 Subject: [PATCH] Remove 'experimental' notice from API docs --- docs/API.md | 8 -------- 1 file changed, 8 deletions(-) diff --git a/docs/API.md b/docs/API.md index ceaf544a2..c1366dbd3 100644 --- a/docs/API.md +++ b/docs/API.md @@ -66,10 +66,6 @@ if (result.status !== ResultStatus.Succeeded) { ## Standalone Lint Conversion API -> ⚠ This area of code is still considered experimental. -> Use at your own risk. -> Please file an issue on GitHub if you'd like to see changes. - Portions of the individual lint conversion steps within `convertTSLintConfig` are each available as exported functions as well. * **[`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); ## Standalone Comment Conversion API -> ⚠ This area of code is still considered experimental. -> Use at your own risk. -> Please file an issue on GitHub if you'd like to see changes. - The individual per-file conversion logic within `convertComments` is available as a standalone function: ### `convertFileComments`