Built and signed on GitHub ActionsBuilt and signed on GitHub Actions
Runtime-agnostic core of ESLint.
Represents the source of a binary file being linted.
Represents a traversal step calling a function.
Represents a disable directive.
Represents a file read by ESLint.
Represents an error inside of a file.
Represents a problem found in a file.
Represents a plugin language.
The context object that is passed to the language plugin methods.
Plugin-defined options for the language.
Represents the configuration options for the core linter.
Represents the unsuccessful result of parsing a file.
Represents the successful result of parsing a file.
Represents a location coordinate inside the source. ESLint-style formatshave just line
and column
while others may have offset
as well.
Represents a location coordinate inside the source with an offset.
The configuration for a rule.
A collection of rules and their configurations.
Shared settings that are accessible from within plugins.
The severity of a rule in a configuration.
The numeric severity level for a rule.
The human readable severity level used in a configuration.
Represents the start and end coordinates of a node inside the source.
Represents the start and end coordinates of a node inside the source with an offset.
Represents a range of characters in the source.
Represents an AST node or token with location information in ESLint format.
Represents the source of a text file being linted.
Represents a traversal step visiting the AST.