ohctechv3/.svn/pristine/66/66e00342c36357388d503daf063c6645ed649cca.svn-base
2024-10-28 15:03:36 +05:30

12 lines
185 B
Plaintext

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