Socket
Book a DemoInstallSign in
Socket

@typescript-eslint/experimental-utils

Package Overview
Dependencies
Maintainers
1
Versions
2612
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@typescript-eslint/experimental-utils

(Experimental) Utilities for working with TypeScript + ESLint together

Source
npmnpm
Version
5.33.0
Version published
Weekly downloads
4.2M
-11.25%
Maintainers
1
Weekly downloads
 
Created
Source

Utils for ESLint Plugins

Utilities for working with TypeScript + ESLint together.

CI NPM Version NPM Downloads

Note

This package is purely a re-export of @typescript-eslint/utils. You should switch to importing from that non-experimental package instead.

- import { RuleCreator } from '@typescript-eslint/experimental-utils';
+ import { RuleCreator } from '@typescript-eslint/utils';

⚠ A future major version of this old package will console.warn to ask you to switch.

Contributing

See the contributing guide here

Keywords

eslint

FAQs

Package last updated on 08 Aug 2022

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts