WBE_Praktikum_7/code/node_modules/side-channel/.eslintrc

12 lines
172 B
Plaintext
Raw Permalink Normal View History

2022-11-24 21:06:23 +01:00
{
"root": true,
"extends": "@ljharb",
"rules": {
"max-lines-per-function": 0,
"max-params": 0,
"new-cap": [2, { "capIsNewExceptions": ["GetIntrinsic"] }],
},
}