Files
TheGreydiamond 7b45a854fe inital commit
2025-08-18 20:02:43 +02:00

14 lines
144 B
Plaintext

{
"root": true,
"extends": "@ljharb",
"rules": {
"new-cap": ["error", {
"capIsNewExceptions": [
"GetIntrinsic",
],
}],
},
}