mirror of
https://github.com/Funkoala14/knowledgebase_law.git
synced 2025-06-08 18:28:17 +08:00
12 lines
171 B
Plaintext
12 lines
171 B
Plaintext
{
|
|
"root": true,
|
|
|
|
"extends": "@ljharb",
|
|
|
|
"rules": {
|
|
"max-params": [2, 3],
|
|
"new-cap": [2, { "capIsNewExceptions": ["GetIntrinsic"] }],
|
|
"no-magic-numbers": 0,
|
|
},
|
|
}
|