frontend/.pnpm-store/v3/files/0a/7069a2df6b1fbf4228136d5e454c9fe6594491d181aaaf98c816394ae5ccfb90b18ff5d19dcb4458030a1d961b522b3aaf2693c896e08e8ef7b58620e02d6c

12 lines
174 B
Plaintext

{
"root": true,
"extends": "@ljharb",
"rules": {
"complexity": [2, 11],
"max-statements": [2, 14],
"new-cap": [2, { "capIsNewExceptions": ["IsCallable"] }],
},
}