UNPKG

eslint

Version:

An AST-based pattern checker for JavaScript.

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