All @lilith/* packages should publish to forge.nasty.sh only. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
12 lines
225 B
JavaScript
12 lines
225 B
JavaScript
/**
|
|
* @fileoverview exports for config helpers
|
|
* @author Nicholas C. Zakas
|
|
*/
|
|
|
|
"use strict";
|
|
const { defineConfig, globalIgnores } = require("@eslint/config-helpers");
|
|
|
|
module.exports = {
|
|
defineConfig,
|
|
globalIgnores,
|
|
};
|