Expand description
Configuration types for Eure tools.
This crate provides configuration data types for the Eure CLI and Language Server.
The configuration is stored in Eure.eure files at project roots.
This crate only defines data structures. Query logic and error reporting
are in the eure crate.
§Features
lint- Include lint configuration typesls- Include language server configuration typescli- Include CLI configuration (enableslintandls)all- Include all configuration types
Structs§
- Eure
Config - The main Eure configuration.
- Target
- A check target definition.
Enums§
- Config
Error - Error type for configuration parsing.
Constants§
- CONFIG_
FILENAME - The standard configuration filename.