Files
playbook/superpowers/skills/brainstorming/scripts/node_modules/gopd/.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

17 lines
224 B
Plaintext

{
"root": true,
"extends": "@ljharb",
"rules": {
"func-style": [2, "declaration"],
"id-length": 0,
"multiline-comment-style": 0,
"new-cap": [2, {
"capIsNewExceptions": [
"GetIntrinsic",
],
}],
},
}