JSPM

@typescript-eslint/utils

5.14.1-alpha.3+d2b79eca
  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 63601391
  • Score
    100M100P100Q237778F
  • License MIT

Utilities for working with TypeScript + ESLint together

Package Exports

  • @typescript-eslint/utils
  • @typescript-eslint/utils/dist/ast-utils
  • @typescript-eslint/utils/dist/ast-utils/index.js
  • @typescript-eslint/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/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

Exports

Name Description
ASTUtils Tools for operating on the ESTree AST. Also includes the eslint-utils package, correctly typed to work with the types found in TSESTree
ESLintUtils Tools for creating ESLint rules with TypeScript.
JSONSchema Types from the @types/json-schema package, re-exported to save you having to manually import them. Also ensures you're using the same version of the types as this package.
TSESLint Types for ESLint, correctly typed to work with the types found in TSESTree.
TSESLintScope The eslint-scope package, correctly typed to work with the types found in both TSESTree and TSESLint
TSESTree Types for the TypeScript flavor of ESTree created by @typescript-eslint/typescript-estree.
AST_NODE_TYPES An enum with the names of every single node found in TSESTree.
AST_TOKEN_TYPES An enum with the names of every single token found in TSESTree.
ParserServices Typing for the parser services provided when parsing a file using @typescript-eslint/typescript-estree.

Contributing

See the contributing guide here