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

22 lines
253 B
Plaintext

{
"root": true,
"extends": "@ljharb",
"rules": {
"func-name-matching": 0,
"indent": [2, 4],
"no-new-func": [1],
},
"overrides": [
{
"files": "test/**",
"rules": {
"max-lines-per-function": 0,
"strict": [0]
},
},
],
}