blob: 5050a631cfb0b1d47e0e3e2c903416f19ea70ffa [file] [log] [blame]
/**
* @fileoverview exports for config helpers
* @author Nicholas C. Zakas
*/
"use strict";
const { defineConfig, globalIgnores } = require("@eslint/config-helpers");
module.exports = {
defineConfig,
globalIgnores,
};