ohctechv3/.svn/pristine/8e/8ebd3827d942ebe47bde38d41d8cdea43d4ea620.svn-base
2024-10-28 15:03:36 +05:30

14 lines
173 B
Plaintext

{
"root": true,
"extends": "@ljharb",
"rules": {
"func-name-matching": 0,
"id-length": 0,
"new-cap": [2, {
"capIsNewExceptions": ["GetIntrinsic"],
}],
},
}