Skip to content

Core Package

Package: @santi020k/eslint-config-core

The core package contains the base JavaScript rules, runtime-aware globals, shared utilities, and types that the rest of the monorepo builds on.

Includes

  • Base ESLint and stylistic rules.
  • Runtime helpers and environment globals.
  • detectProjectOptions.
  • Shared config types and enums.
  • gitignore integration.

Main Exports

  • Runtime
  • Preset
  • Library
  • Testing
  • Format
  • Tool
  • Extension
  • Setting
  • NextMode
  • detectProjectOptions
  • createCoreConfig
  • coreConfig

When to Use It Directly

For most consumers, the main package is the right entry point. Import core directly only when you are building your own wrapper or you need the low-level shared utilities.

Built by Santi020k. Repo and personal site linked throughout the docs.