Files
playbook/superpowers/skills/brainstorming/scripts/node_modules/math-intrinsics/.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
229 B
Plaintext

{
"root": true,
"extends": "@ljharb",
"rules": {
"eqeqeq": ["error", "allow-null"],
"id-length": "off",
"new-cap": ["error", {
"capIsNewExceptions": [
"RequireObjectCoercible",
"ToObject",
],
}],
},
}