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>
10 lines
181 B
JavaScript
10 lines
181 B
JavaScript
/**
|
|
* @fileoverview exports for browsers
|
|
* @author 唯然<weiran.zsd@outlook.com>
|
|
*/
|
|
|
|
"use strict";
|
|
|
|
const { Linter } = require("./linter/linter");
|
|
|
|
module.exports = { Linter };
|