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>
5 lines
117 B
TypeScript
5 lines
117 B
TypeScript
import { ESLint } from 'eslint';
|
|
|
|
declare const eslintPluginPrettier: ESLint.Plugin;
|
|
|
|
export = eslintPluginPrettier;
|