typescript

package
v0.22.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jul 15, 2026 License: MIT, MIT Imports: 130 Imported by: 0

Documentation

Index

Constants

View Source
const PLUGIN_NAME = "@typescript-eslint"

Variables

This section is empty.

Functions

func GetAllRules added in v0.22.0

func GetAllRules() []rule.Rule

Types

This section is empty.

Directories

Path Synopsis
rules
no_restricted_imports
Package no_restricted_imports provides the @typescript-eslint/no-restricted-imports rule, which extends the core ESLint no-restricted-imports rule with first-class support for TypeScript-only syntax: `import type ...`, inline `import { type X }`, `import x = require(...)`, `import type x = require(...)`, and `export type ...`.
Package no_restricted_imports provides the @typescript-eslint/no-restricted-imports rule, which extends the core ESLint no-restricted-imports rule with first-class support for TypeScript-only syntax: `import type ...`, inline `import { type X }`, `import x = require(...)`, `import type x = require(...)`, and `export type ...`.
strict_boolean_expressions
Package strict_boolean_expressions ports typescript-eslint's `@typescript-eslint/strict-boolean-expressions` rule to rslint.
Package strict_boolean_expressions ports typescript-eslint's `@typescript-eslint/strict-boolean-expressions` rule to rslint.
Package typescriptutil holds helpers shared across typescript-eslint rules.
Package typescriptutil holds helpers shared across typescript-eslint rules.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL