UNPKG

eslint

Version:

An AST-based pattern checker for JavaScript.

9 lines (6 loc) 201 B
/** * @fileoverview typings for "eslint/config" module * @author Nicholas C. Zakas */ import { defineConfig, globalIgnores } from "@eslint/config-helpers"; export { defineConfig, globalIgnores };