JSPM

@typescript-eslint/experimental-utils

5.10.3-alpha.1+b40bc6bd
  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 9055038
  • Score
    100M100P100Q223851F
  • License MIT

(Experimental) Utilities for working with TypeScript + ESLint together

Package Exports

  • @typescript-eslint/experimental-utils
  • @typescript-eslint/experimental-utils/dist/index.js

This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (@typescript-eslint/experimental-utils) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

Readme

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