xiebaomin 213d86429b updated 1 年之前
..
_ts3.4 213d86429b updated 1 年之前
dist 213d86429b updated 1 年之前
LICENSE 213d86429b updated 1 年之前
README.md 213d86429b updated 1 年之前
package.json 213d86429b updated 1 年之前

README.md

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