frontend/.pnpm-store/v3/files/ac/2c141b3d9217c6470dba504746ee65c38d265e22a0550d82f9677caad19a29a4b73a801f11c4cfa5c981e8c82b936f8525176226b22e6421d7515a7aa85071

17 lines
224 B
Plaintext

{
"root": true,
"extends": "@ljharb",
"rules": {
"func-style": [2, "declaration"],
"id-length": 0,
"multiline-comment-style": 0,
"new-cap": [2, {
"capIsNewExceptions": [
"GetIntrinsic",
],
}],
},
}