Files
2026-02-04 00:11:19 +05:00

14 lines
173 B
Plaintext
Executable File

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