Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 3d8ce95

Browse files
authored
docs: ts-api-tools -> ts-api-utils (typescript-eslint#7618)
`ts-api-tools` -> `ts-api-utils` package has been renamed
1 parent 63d6bb0 commit 3d8ce95

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/developers/Custom_Rules.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -229,7 +229,7 @@ This rule bans for-of looping over an enum by using the TypeScript type checker
229229

230230
```ts
231231
import { ESLintUtils } from '@typescript-eslint/utils';
232-
import * as tsutils from 'ts-api-tools';
232+
import * as tsutils from 'ts-api-utils';
233233
import * as ts from 'typescript';
234234

235235
export const rule = createRule({

0 commit comments

Comments
 (0)