Files

14 lines
144 B
Plaintext
Raw Permalink Normal View History

2026-05-27 09:07:23 -05:00
{
"root": true,
"extends": "@ljharb",
"rules": {
"new-cap": ["error", {
"capIsNewExceptions": [
"GetIntrinsic",
],
}],
},
}