UNPKG

eslint

Version:

An AST-based pattern checker for JavaScript.

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