ken_nogi/NodeJS/express/node_modules/side-channel-list/.eslintrc
Kenichiro NOGI 51a95c5e21 NodeJS
2025-07-10 10:12:37 +09:00

12 lines
185 B
Plaintext

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