UNPKG

eslint

Version:

An AST-based pattern checker for JavaScript.

21 lines (18 loc) 315 B
/** * @fileoverview typings for "eslint/config" module * @author Nicholas C. Zakas */ import { type Config, type ConfigObject, defineConfig, globalIgnores, includeIgnoreFile, } from "@eslint/config-helpers"; export { type Config, type ConfigObject, defineConfig, globalIgnores, includeIgnoreFile, };