mirror of
https://scm.univ-tours.fr/22107988t/rappaurio-sae501_502.git
synced 2025-08-29 22:15:59 +02: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"] }],
|
|
},
|
|
}
|