Skip to content

Latest commit

 

History

History
22 lines (16 loc) · 1.35 KB

ESLint_Plugin.mdx

File metadata and controls

22 lines (16 loc) · 1.35 KB
id sidebar_label
eslint-plugin
eslint-plugin

@typescript-eslint/eslint-plugin

The TypeScript plugin for ESLint. ✨

:::info See Getting Started for documentation on how to lint your TypeScript code with ESLint. :::

@typescript-eslint/eslint-plugin is an ESLint plugin used to load in custom rules and rule configurations lists from typescript-eslint. Those rules rely on @typescript-eslint/parser to parse TypeScript code into ESLint-compatible nodes, as well as provide backing TypeScript programs.

Exports

Name Description
configs Object mapping string names of configs to extendable ESLint config settings.
rules Object mapping string names of rules to the rule objects.