Files
playbook/superpowers/skills/brainstorming/scripts/node_modules/side-channel/.eslintrc
T
ci-bot 240c7033dc
Trigger Superpowers Sync / Run main sync script (push) Successful in 1m18s
📦 deps(superpowers): vendor snapshot
2026-03-12 01:20:57 +00:00

13 lines
203 B
Plaintext

{
"root": true,
"extends": "@ljharb",
"rules": {
"id-length": 0,
"max-lines-per-function": 0,
"multiline-comment-style": 1,
"new-cap": [2, { "capIsNewExceptions": ["GetIntrinsic"] }],
},
}