Metzploreur/node_modules/side-channel/.eslintrc

12 lines
172 B
Text
Raw Normal View History

2023-11-01 16:33:25 +00:00
{
"root": true,
"extends": "@ljharb",
"rules": {
"max-lines-per-function": 0,
"max-params": 0,
"new-cap": [2, { "capIsNewExceptions": ["GetIntrinsic"] }],
},
}