globals
globals exposes the complete environment catalog from the pinned globals package. Each environment map is loaded and cached on first property access, so importing @rslint/core does not parse the entire catalog.
Example
Composing environments
Compose environments and project-specific names with object spreads:
Environment values follow the upstream catalog: false is read-only and true is writable. See languageOptions.globals for access values, overrides, and TypeScript interactions.