API overview
@rslint/core provides configuration helpers and presets for authoring flat configs, plus the Rslint class for programmatic linting:
Configuration API
Use the configuration exports to compose flat configs without constructing internal loader objects.
Presets
JavaScript API
Use the JavaScript API when a Node.js-compatible host needs to invoke Rslint directly. The JavaScript API guide covers common workflows; the reference below documents the complete class surface.