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>
7 lines
186 B
TypeScript
7 lines
186 B
TypeScript
import eslintConfigPrettier from "./index.js";
|
|
|
|
declare const eslintConfigPrettierFlat: typeof eslintConfigPrettier & {
|
|
name: "config-prettier";
|
|
};
|
|
|
|
export = eslintConfigPrettierFlat;
|