@typescript-eslint/experimental-utils
Advanced tools
Weekly downloads
Changelog
5.50.0 (2023-01-31)
String.prototype.length
(#5704) (09d57ce)ThisExpression
and PrivateIdentifier
errors (#6028) (85e783c)Readme
@typescript-eslint/experimental-utils
Utilities for working with TypeScript + ESLint together.
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.
(Experimental) Utilities for working with TypeScript + ESLint together
The npm package @typescript-eslint/experimental-utils receives a total of 14,441,795 weekly downloads. As such, @typescript-eslint/experimental-utils popularity was classified as popular.
We found that @typescript-eslint/experimental-utils demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago.It has 1 open source maintainer collaborating on the project.
Did you know?
Socket installs a Github app to automatically flag issues on every pull request and report the health of your dependencies. Find out what is inside your node modules and prevent malicious activity before you update the dependencies.