knowledgebase_law/node_modules/internal-slot/.eslintrc

12 lines
171 B
Plaintext
Raw Normal View History

2025-04-11 23:47:09 +08:00
{
"root": true,
"extends": "@ljharb",
"rules": {
"max-params": [2, 3],
"new-cap": [2, { "capIsNewExceptions": ["GetIntrinsic"] }],
"no-magic-numbers": 0,
},
}