mirror of
https://github.com/Rushilwiz/innhibit.git
synced 2025-04-21 11:00:16 -04:00
12 lines
172 B
Plaintext
12 lines
172 B
Plaintext
{
|
|
"root": true,
|
|
|
|
"extends": "@ljharb",
|
|
|
|
"rules": {
|
|
"max-lines-per-function": 0,
|
|
"max-params": 0,
|
|
"new-cap": [2, { "capIsNewExceptions": ["GetIntrinsic"] }],
|
|
},
|
|
}
|