UNPKG

eslint

Version:

An AST-based pattern checker for JavaScript.

19 lines (15 loc) 269 B
/** * @fileoverview exports for config helpers * @author Nicholas C. Zakas */ "use strict"; const { defineConfig, globalIgnores, includeIgnoreFile, } = require("@eslint/config-helpers"); module.exports = { defineConfig, globalIgnores, includeIgnoreFile, };