eslint
Version:
An AST-based pattern checker for JavaScript.
21 lines (18 loc) • 315 B
TypeScript
/**
* @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,
};