node-test/node_modules/side-channel/.eslintrc

12 lines
172 B
Plaintext
Raw Permalink Normal View History

2022-12-15 10:14:42 +00:00
{
"root": true,
"extends": "@ljharb",
"rules": {
"max-lines-per-function": 0,
"max-params": 0,
"new-cap": [2, { "capIsNewExceptions": ["GetIntrinsic"] }],
},
}