12 lines
172 B
Plaintext
Raw Permalink Normal View History

2023-09-20 19:01:22 +08:00
{
"root": true,
"extends": "@ljharb",
"rules": {
"max-lines-per-function": 0,
"max-params": 0,
"new-cap": [2, { "capIsNewExceptions": ["GetIntrinsic"] }],
},
}