From ecd512cde269e7f3305075ffbcb951d6a49cb496 Mon Sep 17 00:00:00 2001 From: Lenz Weber-Tronic Date: Thu, 7 Sep 2023 18:21:27 +0200 Subject: [PATCH] `ts-api-tools` -> `ts-api-utils` package has been renamed --- docs/developers/Custom_Rules.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/developers/Custom_Rules.mdx b/docs/developers/Custom_Rules.mdx index 610e3acee93f..e64156d1ff4e 100644 --- a/docs/developers/Custom_Rules.mdx +++ b/docs/developers/Custom_Rules.mdx @@ -229,7 +229,7 @@ This rule bans for-of looping over an enum by using the TypeScript type checker ```ts import { ESLintUtils } from '@typescript-eslint/utils'; -import * as tsutils from 'ts-api-tools'; +import * as tsutils from 'ts-api-utils'; import * as ts from 'typescript'; export const rule = createRule({