iching-broker-level3/node_modules/side-channel-list/.eslintrc

12 lines
185 B
Text
Raw Permalink Normal View History

2025-04-09 09:10:36 +00:00
{
"root": true,
"extends": "@ljharb",
"rules": {
"max-lines-per-function": 0,
"multiline-comment-style": 1,
"new-cap": [2, { "capIsNewExceptions": ["GetIntrinsic"] }],
},
}