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>
17 lines
184 B
Text
17 lines
184 B
Text
{
|
|
"root": true,
|
|
|
|
"extends": "@ljharb",
|
|
|
|
"globals": {
|
|
"DataView": false,
|
|
},
|
|
|
|
"rules": {
|
|
"new-cap": ["error", {
|
|
"capIsNewExceptions": [
|
|
"GetIntrinsic",
|
|
],
|
|
}],
|
|
},
|
|
}
|